mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove unused property
This commit is contained in:
parent
e34c5d4388
commit
ca7fc5f23b
1 changed files with 8 additions and 7 deletions
|
@ -653,15 +653,16 @@ define(['appSettings', 'userSettings', 'datetime', 'browser'], function (appSett
|
||||||
|
|
||||||
if (playMethod == 'DirectPlay' && mediaSource.Protocol == 'File') {
|
if (playMethod == 'DirectPlay' && mediaSource.Protocol == 'File') {
|
||||||
|
|
||||||
require(['localassetmanager'], function (LocalAssetManager) {
|
//require(['localassetmanager'], function (LocalAssetManager) {
|
||||||
|
|
||||||
LocalAssetManager.translateFilePath(resultInfo.url).then(function (path) {
|
// LocalAssetManager.translateFilePath(resultInfo.url).then(function (path) {
|
||||||
|
|
||||||
resultInfo.url = path;
|
// resultInfo.url = path;
|
||||||
console.log('LocalAssetManager.translateFilePath: path: ' + resultInfo.url + ' result: ' + path);
|
// console.log('LocalAssetManager.translateFilePath: path: ' + resultInfo.url + ' result: ' + path);
|
||||||
resolve(resultInfo);
|
// resolve(resultInfo);
|
||||||
});
|
// });
|
||||||
});
|
//});
|
||||||
|
resolve(resultInfo);
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue