mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused function in videoosd
This commit is contained in:
parent
be54505bf3
commit
a697f22d13
1 changed files with 0 additions and 17 deletions
|
@ -45,23 +45,6 @@ define(["playbackManager", "dom", "inputManager", "datetime", "itemHelper", "med
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function logoImageUrl(item, apiClient, options) {
|
|
||||||
options = options || {};
|
|
||||||
options.type = "Logo";
|
|
||||||
|
|
||||||
if (item.ImageTags && item.ImageTags.Logo) {
|
|
||||||
options.tag = item.ImageTags.Logo;
|
|
||||||
return apiClient.getScaledImageUrl(item.Id, options);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (item.ParentLogoImageTag) {
|
|
||||||
options.tag = item.ParentLogoImageTag;
|
|
||||||
return apiClient.getScaledImageUrl(item.ParentLogoItemId, options);
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return function (view, params) {
|
return function (view, params) {
|
||||||
function onVerticalSwipe(e, elem, data) {
|
function onVerticalSwipe(e, elem, data) {
|
||||||
var player = currentPlayer;
|
var player = currentPlayer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue