Plex: Fixe "YouTube Serien" Bug
This commit is contained in:
parent
0bf357d006
commit
b45bee0237
@ -144,6 +144,8 @@ function plex:get_plex(query)
|
|||||||
text = title..' von '..artist..'\n<b>Veröffentlicht:</b> '..date
|
text = title..' von '..artist..'\n<b>Veröffentlicht:</b> '..date
|
||||||
elseif data.librarySectionTitle == 'Serien' then
|
elseif data.librarySectionTitle == 'Serien' then
|
||||||
text = title..from..studio..'\n<b>Ausstrahlung:</b> '..date..episodes..fsk..duration..rating..desc
|
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
|
end
|
||||||
|
|
||||||
if string.match(title, 'Local Network') then
|
if string.match(title, 'Local Network') then
|
||||||
|
Reference in New Issue
Block a user