We deal with tracks, not songs
This commit is contained in:
parent
e09729fe77
commit
a1932b3e98
@ -174,7 +174,7 @@ class LocalLibraryProvider(BaseLibraryProvider):
|
||||
|
||||
tracks = parse_mpd_tag_cache(tag_cache, music_folder)
|
||||
|
||||
logger.info('Loading songs in %s from %s', music_folder, tag_cache)
|
||||
logger.info('Loading tracks in %s from %s', music_folder, tag_cache)
|
||||
|
||||
for track in tracks:
|
||||
self._uri_mapping[track.uri] = track
|
||||
|
||||
Loading…
Reference in New Issue
Block a user