mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Add fake Live TV library
This commit is contained in:
parent
bcd0691b33
commit
1dd1c6f67f
6 changed files with 42 additions and 0 deletions
|
@ -42,6 +42,9 @@ ONLINE_POSTER_THUMB = "https://tautulli.com/images/poster.png"
|
|||
ONLINE_COVER_THUMB = "https://tautulli.com/images/cover.png"
|
||||
ONLINE_ART = "https://tautulli.com/images/art.png"
|
||||
|
||||
LIVE_TV_SECTION_ID = 999999 # Fake section_id for Live TV library
|
||||
LIVE_TV_SECTION_NAME = "Live TV" # Fake section_name for Live TV library
|
||||
|
||||
DEFAULT_IMAGES = {
|
||||
'poster': DEFAULT_POSTER_THUMB,
|
||||
'cover': DEFAULT_COVER_THUMB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue