Beschreibung bei Musik (Artisten)

This commit is contained in:
Akamaru 2016-09-15 20:52:44 +02:00
parent 26b2aa6409
commit 244c933435
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function plex:get_plex(query)
elseif data.librarySectionTitle == 'Filme' then
text = title..tag..origtitle..studio..date2..fsk..duration..rating..desc
elseif data.librarySectionTitle == 'Musik' then
text = title..artist..date2
text = title..artist..date2..desc
elseif data.librarySectionTitle == 'Serien' then
text = title..from..studio..date1..episodes..fsk..duration..rating..desc
elseif data.librarySectionTitle == 'YouTube Serien' then