aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Playlists
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-08 23:57:18 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-08 23:57:18 -0500
commit4548e6598def249d4b0fe4f4f12e2fa16d4f1e3c (patch)
tree781febcb168647c37f027e7893adbb1b9c3dbfc1 /MediaBrowser.Providers/Playlists
parent5eb44c42c586af34dd16efc76240d0d6c8e02069 (diff)
support dvd without video_ts folder
Diffstat (limited to 'MediaBrowser.Providers/Playlists')
-rw-r--r--MediaBrowser.Providers/Playlists/PlaylistMetadataService.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Providers/Playlists/PlaylistMetadataService.cs b/MediaBrowser.Providers/Playlists/PlaylistMetadataService.cs
index 4101827cc..586c17d07 100644
--- a/MediaBrowser.Providers/Playlists/PlaylistMetadataService.cs
+++ b/MediaBrowser.Providers/Playlists/PlaylistMetadataService.cs
@@ -1,7 +1,5 @@
-using System.Linq;
-using MediaBrowser.Common.IO;
+using MediaBrowser.Common.IO;
using MediaBrowser.Controller.Configuration;
-using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Playlists;
using MediaBrowser.Controller.Providers;
@@ -9,6 +7,7 @@ using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Logging;
using MediaBrowser.Providers.Manager;
using System.Collections.Generic;
+using System.Linq;
namespace MediaBrowser.Providers.Playlists
{