diff options
author | Joakim Plate <elupus@ecce.se> | 2012-10-27 12:52:50 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2013-01-20 18:25:31 +0100 |
commit | 05a8c6ad641ae2b0bb82520b5decd36ea19fc718 (patch) | |
tree | a436637a362285d49e3050ae42423ce6a42f3b3b /addons/skin.confluence/720p/includes.xml | |
parent | e921d86fd684f17d4f12900741f073e248a48ff4 (diff) |
confluence: use Player.Title instead of (Music/Video)Player.Title
This label is generic and support non video/audio players as well
Diffstat (limited to 'addons/skin.confluence/720p/includes.xml')
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index 8a864dde5d..0d0b4e6d12 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -253,7 +253,7 @@ <posy>53r</posy> <width>700</width> <height>20</height> - <label>$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title] - ([COLOR=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/COLOR])</label> + <label>$INFO[Player.Title] - ([COLOR=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/COLOR])</label> <align>left</align> <aligny>center</aligny> <font>font12</font> @@ -397,7 +397,7 @@ <posy>43</posy> <height>30</height> <width>325</width> - <label>$INFO[MusicPlayer.Title]</label> + <label>$INFO[Player.Title]</label> <align>left</align> <aligny>center</aligny> <font>font13_title</font> @@ -515,7 +515,7 @@ <posy>43</posy> <height>30</height> <width>325</width> - <label>$INFO[VideoPlayer.Title]</label> + <label>$INFO[Player.Title]</label> <align>left</align> <aligny>center</aligny> <font>font13_title</font> |