Just corrected a PEP E714.

This commit is contained in:
The Wobbler 2025-02-27 17:58:32 +01:00
parent 3fd29bcf92
commit bae644c304

View file

@ -89,7 +89,7 @@ class Player:
if (
self.app.settings.clear_track_cache and
not last_track is None and
last_track is not None and
not last_track == self.current_playlist.current_track
):
last_track.clear_cache()