update folder settings

This commit is contained in:
Luke Pulverenti
2015-02-19 14:00:56 -05:00
parent 36545d2cfb
commit 5343630e0a
2 changed files with 10 additions and 0 deletions

View File

@@ -16,5 +16,10 @@ namespace MediaBrowser.Controller.Entities
{
return false;
}
public override bool IsSaveLocalMetadataEnabled()
{
return true;
}
}
}