diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2018-12-27 09:43:31 +0000 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2018-12-27 09:43:31 +0000 |
commit | cecd304e340a1de5615898d85f930f98a7571257 (patch) | |
tree | 7b4ef5c9b47cae9b7dd30f893eb063bd55258df3 | |
parent | 4a1b32b8a3fa69c0a2935cb65363fa20a221ac4e (diff) |
Add "contributors" and "contributorandrole" to musicplayer infomap
-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 }, |