diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-02 02:16:52 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-02 02:16:52 -0500 |
| commit | e8f5fade43b4e19825fe6d628a76538157f1fc18 (patch) | |
| tree | 0e43ec72e40f1a1785a05510365de3ed82dfa5b2 /MediaBrowser.Common.Implementations/BaseApplicationPaths.cs | |
| parent | 79baaa4daaee642a2f977a7648eadc4f15ab0fbe (diff) | |
Created an ItemsByName query dto
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationPaths.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs index e7abad1a4..d94d79c75 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs @@ -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. |
