diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-10 00:36:39 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-10 00:36:39 -0500 |
| commit | b1be6f1d73272fb629ff453f6890766faeccf9de (patch) | |
| tree | 0fc8655dd48f442290e7b764889cd0a3bfef63c4 /MediaBrowser.Controller | |
| parent | 31d079f1baea895b5cb0f1a737140ab94dc9a4fe (diff) | |
minor namespace changes in the model
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Library/DtoBuilder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/DtoBuilder.cs b/MediaBrowser.Controller/Library/DtoBuilder.cs index bdaa51b6c..ef5cbada0 100644 --- a/MediaBrowser.Controller/Library/DtoBuilder.cs +++ b/MediaBrowser.Controller/Library/DtoBuilder.cs @@ -11,6 +11,7 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; +using MediaBrowser.Model.Querying; namespace MediaBrowser.Controller.Library { |
