mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Apply back Jellyfin changes
This commit is contained in:
parent
de6ac33ec1
commit
500cfe2052
77 changed files with 31168 additions and 31362 deletions
|
@ -2,7 +2,7 @@ define(function () {
|
|||
'use strict';
|
||||
|
||||
// hack to work around the server's auto-redirection feature
|
||||
var addRedirectPrevention = self.dashboardVersion != null && self.Dashboard && !self.Dashboard.isConnectMode();
|
||||
var addRedirectPrevention = self.dashboardVersion != null && self.Dashboard && !self.AppInfo.isNativeApp;
|
||||
|
||||
return {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue