From 113391680becd24b6665cae2c9faf94526bc8bea Mon Sep 17 00:00:00 2001 From: abeloin Date: Wed, 25 Dec 2013 14:26:49 -0500 Subject: [PATCH] Linux fixes: -Copy PropertyChanged.Fody.dll to Tools/Fody in MediaBrowser.Model.csproj -Check if root for WebSocketServer.FlashAccessPolicyEnabled (port < 1024) -Check resolution value !=0 before SetResolution -Catch _userManager.RefreshUsersMetadata exception when running MB3 for the first time -Fix _appHost.Init() missing argument -FFmpeg: set default and execute permission(766) to ffmpeg and ffprobe -FFmpeg: Detect the OS type and download the correct version -Rename MediaBrowser.WebDashboard/dashboard-ui/scripts/Itemdetailpage.js to itemdetailpage.js --- dashboard-ui/scripts/{Itemdetailpage.js => itemdetailpage.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dashboard-ui/scripts/{Itemdetailpage.js => itemdetailpage.js} (100%) diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js similarity index 100% rename from dashboard-ui/scripts/Itemdetailpage.js rename to dashboard-ui/scripts/itemdetailpage.js