mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update remove from playlist, collection id
This commit is contained in:
parent
79240b1a24
commit
17cb2f5da1
9 changed files with 59 additions and 22 deletions
|
@ -168,6 +168,10 @@ define(['browser'], function (browser) {
|
|||
return 10000000;
|
||||
}
|
||||
|
||||
if (browser.ps4) {
|
||||
return 8000000;
|
||||
}
|
||||
|
||||
var userAgent = navigator.userAgent.toLowerCase();
|
||||
|
||||
if (browser.tizen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue