Fixed a bug where the notification sound "preview" playing wasn't working

pull/664/head
Morgan Pretty 2 years ago
parent b53ad0c5ed
commit 362986e73a

@ -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