Skip to content

Commit

Permalink
improved responsivness of play/pause button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Jun 13, 2018
1 parent 1f5c6b8 commit 19967bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions @Resources/include/MeasureMediaGPMDP.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Measure=Plugin
Plugin=GPMDPPlugin
PlayerInfo=State
UpdateDivider=20
UpdateDivider=2

[MeasureStateButton]
Measure=Plugin
Plugin=GPMDPPlugin
PlayerInfo=State
Substitute="0":"Play","1":"Pause","2":"Play"
UpdateDivider=20
UpdateDivider=2

[MeasureTrack]
Measure=Plugin
Expand Down
4 changes: 2 additions & 2 deletions @Resources/include/MeasureMediaNowPlaying.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Measure=NowPlaying
PlayerName=#PlayerName#
PlayerType=State
UpdateDivider=20
UpdateDivider=2

[MeasureStateButton]
Measure=NowPlaying
PlayerName=#PlayerName#
PlayerType=State
Substitute="0":"Play","1":"Pause","2":"Play"
UpdateDivider=20
UpdateDivider=2

[MeasureTrack]
Measure=NowPlaying
Expand Down
4 changes: 2 additions & 2 deletions @Resources/include/MeasureMediaSpotify.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Measure=Plugin
Plugin=SpotifyPlugin
Type=Playing
UpdateDivider=20
UpdateDivider=2

[MeasureStateButton]
Measure=Plugin
Plugin=SpotifyPlugin
Type=Playing
Substitute="0":"Play","1":"Pause","2":"Play"
UpdateDivider=20
UpdateDivider=2

[MeasureTrack]
Measure=Plugin
Expand Down
4 changes: 2 additions & 2 deletions @Resources/include/MeasureMediaWeb.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=State
UpdateDivider=20
UpdateDivider=2

[MeasureStateButton]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=State
Substitute="0":"Play","1":"Pause","2":"Play"
UpdateDivider=20
UpdateDivider=2

[MeasureTrack]
Measure=Plugin
Expand Down

0 comments on commit 19967bf

Please sign in to comment.