Just corrected a PEP E714.
This commit is contained in:
parent
3fd29bcf92
commit
bae644c304
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Player:
|
||||||
|
|
||||||
if (
|
if (
|
||||||
self.app.settings.clear_track_cache and
|
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
|
not last_track == self.current_playlist.current_track
|
||||||
):
|
):
|
||||||
last_track.clear_cache()
|
last_track.clear_cache()
|
||||||
|
|
Loading…
Add table
Reference in a new issue