Add user cinema mode setting
This commit is contained in:
parent
b5820d6e0b
commit
b89eafa799
19 changed files with 222 additions and 194 deletions
|
@ -294,7 +294,7 @@
|
|||
$('#fldCustomRating', page).show();
|
||||
}
|
||||
|
||||
if (item.Type == "Movie" || item.Type == "AdultVideo" || item.Type == "Trailer" || item.Type == "MusicArtist") {
|
||||
if (item.Type == "Movie" || item.Type == "Trailer" || item.Type == "MusicArtist") {
|
||||
$('#countriesCollapsible', page).show();
|
||||
} else {
|
||||
$('#countriesCollapsible', page).hide();
|
||||
|
@ -318,7 +318,6 @@
|
|||
|
||||
if (item.Type == "Movie" ||
|
||||
item.Type == "Trailer" ||
|
||||
item.Type == "AdultVideo" ||
|
||||
item.Type == "Series" ||
|
||||
item.Type == "Game" ||
|
||||
item.Type == "BoxSet" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue