aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/LocalTrailerProvider.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 15:05:18 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 15:05:18 -0400
commit8b39ed2f63a08597e1faf368c3c0506dbe960127 (patch)
tree1fa7e8b98e7e25323a74d486c8bf8746081e648d /MediaBrowser.Controller/Providers/LocalTrailerProvider.cs
parent2884df296c35d615065e6c6ce4685197a424c707 (diff)
Moved TV into the main project and added Series properties to DTOBaseItem
Diffstat (limited to 'MediaBrowser.Controller/Providers/LocalTrailerProvider.cs')
-rw-r--r--MediaBrowser.Controller/Providers/LocalTrailerProvider.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Providers/LocalTrailerProvider.cs b/MediaBrowser.Controller/Providers/LocalTrailerProvider.cs
index ac258ee61e..0359a10b20 100644
--- a/MediaBrowser.Controller/Providers/LocalTrailerProvider.cs
+++ b/MediaBrowser.Controller/Providers/LocalTrailerProvider.cs
@@ -1,10 +1,10 @@
-using System.Collections.Generic;
+using MediaBrowser.Controller.IO;
+using MediaBrowser.Controller.Library;
+using MediaBrowser.Model.Entities;
+using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Threading.Tasks;
-using MediaBrowser.Controller.IO;
-using MediaBrowser.Controller.Library;
-using MediaBrowser.Model.Entities;
namespace MediaBrowser.Controller.Providers
{