Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
World
lollypop
Commits
5e0cbc68
Verified
Commit
5e0cbc68
authored
May 20, 2021
by
Matt Blaha
Browse files
Fix
#2778
parent
5f99d018
Changes
1
Show whitespace changes
Inline
Side-by-side
lollypop/miniplayer.py
View file @
5e0cbc68
...
...
@@ -178,7 +178,9 @@ class MiniPlayer(Handy.WindowHandle, SizeAllocationHelper, SignalsHelper):
@param player as Player
"""
if
player
.
current_track
.
id
is
None
:
self
.
__on_artwork
(
None
)
self
.
__previous_artwork_id
=
None
self
.
reveal
(
False
)
self
.
hide
()
return
same_artwork
=
self
.
__previous_artwork_id
==
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment