Don't override media annotations when scanning/importing

This commit is contained in:
Deluan
2020-01-18 21:45:44 -05:00
parent 938a92eded
commit fe058aa4a1
9 changed files with 18 additions and 11 deletions
-1
View File
@@ -19,7 +19,6 @@ var _ = Describe("MediaFileRepository", func() {
Describe("FindByPath", func() {
It("returns all records from a given ArtistID", func() {
path := string(os.PathSeparator) + filepath.Join("beatles", "1")
println("Searching path", path) // TODO Remove
Expect(repo.FindByPath(path)).To(Equal(model.MediaFiles{
songComeTogether,
}))