mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated bravia profiles
This commit is contained in:
parent
1d66f5e9a3
commit
3a20f6af21
8 changed files with 158 additions and 20 deletions
|
@ -44,6 +44,7 @@ var Dashboard = {
|
|||
|
||||
isConnectMode: function () {
|
||||
|
||||
return true;
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
return true;
|
||||
}
|
||||
|
@ -56,6 +57,7 @@ var Dashboard = {
|
|||
|
||||
isRunningInCordova: function () {
|
||||
|
||||
return true;
|
||||
return window.appMode == 'cordova';
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue