Open chienlim opened 9 years ago
In container.py, there are lines of code:
for x, track in enumerate(playlist.fetch()):
oc.add(self.objects.track(track, index=x))
How can I add something like this in client.py:
if tt.country == self.sp.country:
So that it will only add track that belong to the same country?
Playlist shows all track, even track that is not available in my region. When track not available in the region is played, the plug-in hang, and will need to force quit the plug-in or restart PMS. How can I hide unavailable track in the playlist?