Allow searching songs by filepath, for songs without Title
This commit is contained in:
@@ -32,6 +32,9 @@ var _ = Describe("Sanitize Strings", func() {
|
||||
It("remove opening brackets", func() {
|
||||
Expect(str.SanitizeStrings("[Five Years]")).To(Equal("five years"))
|
||||
})
|
||||
It("remove slashes", func() {
|
||||
Expect(str.SanitizeStrings("folder/file\\yyyy")).To(Equal("folder file yyyy"))
|
||||
})
|
||||
})
|
||||
|
||||
Describe("SanitizeFieldForSorting", func() {
|
||||
|
||||
Reference in New Issue
Block a user