mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Add long click to home page (#66)
Add a popup when long clicking items on the home page Also fixes a bug where the latest Recorded TV row would show non-Live TV items if nothing has ever been recorded.
This commit is contained in:
parent
2667090485
commit
143fc03d9b
6 changed files with 212 additions and 20 deletions
|
|
@ -38,3 +38,13 @@ val supportedCollectionTypes =
|
|||
CollectionType.BOXSETS,
|
||||
CollectionType.LIVETV,
|
||||
)
|
||||
|
||||
val supportedPlayableTypes =
|
||||
setOf(
|
||||
BaseItemKind.MOVIE,
|
||||
BaseItemKind.EPISODE,
|
||||
BaseItemKind.VIDEO,
|
||||
BaseItemKind.TV_CHANNEL,
|
||||
BaseItemKind.TV_PROGRAM,
|
||||
BaseItemKind.RECORDING,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue