mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-21 15:32:10 +00:00
parent
b9e55e0848
commit
df6a04f71a
@ -140,14 +140,12 @@ sub loadInitialItems()
|
|||||||
m.loadItemsTask.itemId = m.top.parentItem.parentFolder
|
m.loadItemsTask.itemId = m.top.parentItem.parentFolder
|
||||||
else if LCase(m.view) = "artistspresentation" or LCase(m.options.view) = "artistspresentation"
|
else if LCase(m.view) = "artistspresentation" or LCase(m.options.view) = "artistspresentation"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
m.top.showItemTitles = "hidealways"
|
|
||||||
else if LCase(m.view) = "artistsgrid" or LCase(m.options.view) = "artistsgrid"
|
else if LCase(m.view) = "artistsgrid" or LCase(m.options.view) = "artistsgrid"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
else if LCase(m.view) = "albumartistsgrid" or LCase(m.options.view) = "albumartistsgrid"
|
else if LCase(m.view) = "albumartistsgrid" or LCase(m.options.view) = "albumartistsgrid"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
else if LCase(m.view) = "albumartistspresentation" or LCase(m.options.view) = "albumartistspresentation"
|
else if LCase(m.view) = "albumartistspresentation" or LCase(m.options.view) = "albumartistspresentation"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
m.top.showItemTitles = "hidealways"
|
|
||||||
else
|
else
|
||||||
m.loadItemsTask.itemId = m.top.parentItem.Id
|
m.loadItemsTask.itemId = m.top.parentItem.Id
|
||||||
end if
|
end if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user