Skip to content

Commit

Permalink
Merge pull request #110 from carmenfdezb/cover-info
Browse files Browse the repository at this point in the history
Show cover info when player is paused
  • Loading branch information
carmenfdezb authored Dec 10, 2019
2 parents 41b021d + e862287 commit b9327be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/CoverContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CoverBackground {

PlayerCover {
id: playerCover
visible: player.episode != 0 && player.isPlaying
visible: player.episode != 0
}

CoverActionList {
Expand Down

0 comments on commit b9327be

Please sign in to comment.