Merge pull request #664 from mpretty-cyro/fix/notification-sounds-not-working

Fixed a bug where the notification sound "preview" playing wasn't working
pull/668/head
Morgan Pretty 3 years ago committed by GitHub
commit c8bcd8fb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -234,7 +234,7 @@ public enum Preferences {
let url: URL = URL(fileURLWithPath: filename)
return Bundle.main.url(
forResource: url.deletingPathExtension().absoluteString,
forResource: url.deletingPathExtension().path,
withExtension: url.pathExtension
)
}

Loading…
Cancel
Save