mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update bravia profiles
This commit is contained in:
parent
973b43989d
commit
13e18ba442
48 changed files with 429 additions and 271 deletions
|
@ -596,7 +596,7 @@ function ticks_to_human(str) {
|
|||
$.fn.visible = function(visible) {
|
||||
|
||||
if (visible) {
|
||||
return this.removeClass('hide');
|
||||
return this.removeClass('forceHide');
|
||||
}
|
||||
return this.addClass('hide');
|
||||
return this.addClass('forceHide');
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue