mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix playlist items not being draggable in firefox/edge
This commit is contained in:
parent
b42047f5cb
commit
b121da130b
5 changed files with 10 additions and 5 deletions
|
@ -1707,7 +1707,7 @@ var AppInfo = {};
|
|||
function init() {
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||
define("nativedirectorychooser", ["cordova/android/nativedirectorychooser"]);
|
||||
define("nativedirectorychooser", ["cordova/nativedirectorychooser"]);
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue