diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-08 15:05:18 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-08 15:05:18 -0400 |
| commit | 8b39ed2f63a08597e1faf368c3c0506dbe960127 (patch) | |
| tree | 1fa7e8b98e7e25323a74d486c8bf8746081e648d /MediaBrowser.Controller/Providers/LocalTrailerProvider.cs | |
| parent | 2884df296c35d615065e6c6ce4685197a424c707 (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.cs | 8 |
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
{
|
