aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-01 13:17:33 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-01 13:17:33 -0400
commit57449f62c16a23448770375b04c4786431170c84 (patch)
treebece35c637c3d77b43850950c5cc4ec9dbe0dd8e /MediaBrowser.Controller/IServerApplicationPaths.cs
parent1d7c83bfc672d7c51c1be825c3126eb0a40e5e7d (diff)
added GameGenre
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index 58b6bb12f..57cb7c7dd 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -45,6 +45,12 @@ namespace MediaBrowser.Controller
/// </summary>
/// <value>The music genre path.</value>
string MusicGenrePath { get; }
+
+ /// <summary>
+ /// Gets the game genre path.
+ /// </summary>
+ /// <value>The game genre path.</value>
+ string GameGenrePath { get; }
/// <summary>
/// Gets the artists path.