diff options
author | enen92 <enen92@users.noreply.github.com> | 2018-12-27 15:30:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 15:30:01 +0000 |
commit | e2532fff047a96e48be76b8b44b916072af2ea1a (patch) | |
tree | 4b2c5513d89bcbe9931065f18dbf299f09324f27 | |
parent | c28a05382a117246d40e1932f8645ad099c4cae2 (diff) | |
parent | cecd304e340a1de5615898d85f930f98a7571257 (diff) |
Merge pull request #15141 from DaveTBlake/MuiscPlayerContributors
[GUI]Fix MusicPlayer.Contributors and MusicPlayer.ContributorAndRole info lables
-rw-r--r-- | xbmc/GUIInfoManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index 4e0298ab0a..a56b0832ec 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -2495,6 +2495,8 @@ const infomap musicplayer[] = {{ "title", MUSICPLAYER_TITLE }, { "votes", MUSICPLAYER_VOTES }, { "comment", MUSICPLAYER_COMMENT }, { "mood", MUSICPLAYER_MOOD }, + { "contributors", MUSICPLAYER_CONTRIBUTORS }, + { "contributorandrole", MUSICPLAYER_CONTRIBUTOR_AND_ROLE }, { "lyrics", MUSICPLAYER_LYRICS }, { "playlistplaying", MUSICPLAYER_PLAYLISTPLAYING }, { "exists", MUSICPLAYER_EXISTS }, |