From 670a53258ef79ee92f578335577df4f768c9d7d4 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Tue, 11 Sep 2012 14:20:12 -0400 Subject: Some minor code cleanups --- MediaBrowser.Controller/ServerApplicationPaths.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'MediaBrowser.Controller/ServerApplicationPaths.cs') diff --git a/MediaBrowser.Controller/ServerApplicationPaths.cs b/MediaBrowser.Controller/ServerApplicationPaths.cs index 0f4932fd0..f657ee259 100644 --- a/MediaBrowser.Controller/ServerApplicationPaths.cs +++ b/MediaBrowser.Controller/ServerApplicationPaths.cs @@ -153,7 +153,7 @@ namespace MediaBrowser.Controller } } - private string _CacheDirectory = null; + private string _CacheDirectory; /// /// Gets the folder path to the cache directory /// @@ -175,7 +175,7 @@ namespace MediaBrowser.Controller } } - private string _FFProbeAudioCacheDirectory = null; + private string _FFProbeAudioCacheDirectory; /// /// Gets the folder path to the ffprobe audio cache directory /// @@ -197,7 +197,7 @@ namespace MediaBrowser.Controller } } - private string _FFProbeVideoCacheDirectory = null; + private string _FFProbeVideoCacheDirectory; /// /// Gets the folder path to the ffprobe video cache directory /// @@ -219,7 +219,7 @@ namespace MediaBrowser.Controller } } - private string _FFMpegDirectory = null; + private string _FFMpegDirectory; /// /// Gets the folder path to ffmpeg /// @@ -241,7 +241,7 @@ namespace MediaBrowser.Controller } } - private string _FFMpegPath = null; + private string _FFMpegPath; /// /// Gets the path to ffmpeg.exe /// @@ -258,7 +258,7 @@ namespace MediaBrowser.Controller } } - private string _FFProbePath = null; + private string _FFProbePath; /// /// Gets the path to ffprobe.exe /// -- cgit v1.2.3