add more Landing Screen Options
This commit is contained in:
parent
71c44dccd6
commit
3cc20ce480
5 changed files with 24 additions and 14 deletions
|
@ -36,12 +36,18 @@ import 'emby-button';
|
|||
case 'suggestions':
|
||||
return 1;
|
||||
|
||||
case 'favorites':
|
||||
return 1;
|
||||
case 'upcoming':
|
||||
return 2;
|
||||
|
||||
case 'genres':
|
||||
return 3;
|
||||
|
||||
case 'networks':
|
||||
return 4;
|
||||
|
||||
case 'episodes':
|
||||
return 5;
|
||||
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue