mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update playlist query
This commit is contained in:
parent
a38b85a4df
commit
6afa97f6b8
14 changed files with 142 additions and 121 deletions
7
dashboard-ui/cordova/chromecast.js
vendored
7
dashboard-ui/cordova/chromecast.js
vendored
|
@ -559,12 +559,7 @@
|
|||
device.getWebAppLauncher().launchWebApp(ApplicationID).success(function (session) {
|
||||
|
||||
Logger.log('launchWebApp success. calling onSessionConnected');
|
||||
if ($.browser.android) {
|
||||
//tryJoinWebSession(device, true, false);
|
||||
setupWebAppSession(device, session, true);
|
||||
} else {
|
||||
setupWebAppSession(device, session, true);
|
||||
}
|
||||
setupWebAppSession(device, session, true);
|
||||
|
||||
}).error(function (err1) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue