Plex: Fixe "YouTube Serien" Bug

This commit is contained in:
Akamaru 2016-09-07 23:46:43 +02:00
parent 0bf357d006
commit b45bee0237
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ function plex:get_plex(query)
text = title..' von '..artist..'\n<b>Veröffentlicht:</b> '..date
elseif data.librarySectionTitle == 'Serien' then
text = title..from..studio..'\n<b>Ausstrahlung:</b> '..date..episodes..fsk..duration..rating..desc
elseif data.librarySectionTitle == 'YouTube Serien' then
text = title..from..studio..'\n<b>Ausstrahlung:</b> '..date..episodes..fsk..duration..rating..desc
end
if string.match(title, 'Local Network') then