Don't override media annotations when scanning/importing
This commit is contained in:
@@ -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,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user