aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/GameGenre.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-18 23:37:44 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-18 23:37:44 -0500
commitd451386f5d1b2aa08d69040938be2cf9ee89e0ef (patch)
tree78d39e333ebc3cdf5299e706ddb041dd52d351b3 /MediaBrowser.Controller/Entities/GameGenre.cs
parent8497c2926f0ed44423f16479a4a234e36f200b68 (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Controller/Entities/GameGenre.cs')
-rw-r--r--MediaBrowser.Controller/Entities/GameGenre.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/GameGenre.cs b/MediaBrowser.Controller/Entities/GameGenre.cs
index b246b9388..c91acbe3f 100644
--- a/MediaBrowser.Controller/Entities/GameGenre.cs
+++ b/MediaBrowser.Controller/Entities/GameGenre.cs
@@ -43,6 +43,11 @@ namespace MediaBrowser.Controller.Entities
}
}
+ public override bool IsSaveLocalMetadataEnabled()
+ {
+ return true;
+ }
+
public override bool CanDelete()
{
return false;