mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album - fix types issues on PlayingFrom component
This commit is contained in:
@@ -60,7 +60,6 @@ class RemoveDuplicates:
|
||||
for t in self.tracklist
|
||||
if t.uniq_hash not in uniq_hashes
|
||||
]
|
||||
pprint(uniq_hashes[:5])
|
||||
tracks = UseBisection(self.tracklist, "uniq_hash", uniq_hashes)()
|
||||
|
||||
return tracks
|
||||
|
||||
Reference in New Issue
Block a user