Update the song1.ogg file
Provide the Ogg file that matches the MP3 file (i.e. the file from which it was converted) in duration, specifically 4680 milliseconds. (cherry picked from commit e42c359821c410f10251ead492659a1f9563d2d7)
This commit is contained in:
parent
7c115076b0
commit
b2657566f4
Binary file not shown.
@ -179,7 +179,7 @@ class ScannerTest(unittest.TestCase):
|
||||
def test_duration_is_set(self):
|
||||
self.scan('scanner/simple')
|
||||
self.check('scanner/simple/song1.mp3', 'duration', 4680)
|
||||
self.check('scanner/simple/song1.ogg', 'duration', 4608)
|
||||
self.check('scanner/simple/song1.ogg', 'duration', 4680)
|
||||
|
||||
def test_artist_is_set(self):
|
||||
self.scan('scanner/simple')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user