mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 23:39:15 +02:00
some updates
This commit is contained in:
@@ -34,7 +34,6 @@ class Module(PlayerModule):
|
||||
def on_new_track(self, index: int, track: Track, next_track: Track | None) -> None:
|
||||
self.counts[track.path.as_posix()] = self.counts.get(track.path.as_posix(), 0) + 1
|
||||
self._save_counts()
|
||||
def shutdown(self):
|
||||
self._save_counts()
|
||||
def shutdown(self): self._save_counts()
|
||||
|
||||
module = Module()
|
||||
Reference in New Issue
Block a user