diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-27 17:45:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-27 17:45:59 -0500 |
| commit | 782fe92cf766c09c84200e9e2228e555e6644add (patch) | |
| tree | eceac7015627782f81631f5e3e83d238c4897837 /MediaBrowser.Api/VideosService.cs | |
| parent | b3127f19b546f3edce959dd70cafffb3d422a673 (diff) | |
support artists tag value
Diffstat (limited to 'MediaBrowser.Api/VideosService.cs')
| -rw-r--r-- | MediaBrowser.Api/VideosService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/VideosService.cs b/MediaBrowser.Api/VideosService.cs index 442bed06f..d1b0eb05f 100644 --- a/MediaBrowser.Api/VideosService.cs +++ b/MediaBrowser.Api/VideosService.cs @@ -5,7 +5,6 @@ using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Net; using MediaBrowser.Controller.Persistence; -using MediaBrowser.Model.Dto; using MediaBrowser.Model.Querying; using ServiceStack; using System; |
