1
0
Fork 0
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:
Luke Pulverenti 2016-12-24 03:51:59 -05:00
parent b42047f5cb
commit b121da130b
5 changed files with 10 additions and 5 deletions

View file

@ -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) {