Created an ItemsByName query dto

This commit is contained in:
LukePulverenti
2013-03-02 02:16:52 -05:00
parent 79baaa4daa
commit e8f5fade43
14 changed files with 94 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ namespace MediaBrowser.Common.Implementations
/// <summary>
/// The _use debug path
/// </summary>
private bool _useDebugPath;
private readonly bool _useDebugPath;
/// <summary>
/// Initializes a new instance of the <see cref="BaseApplicationPaths" /> class.