update hdhomerun

This commit is contained in:
Luke Pulverenti
2015-07-26 17:02:23 -04:00
parent c08f8fd6fe
commit 1bf9c446d9
5 changed files with 198 additions and 50 deletions

View File

@@ -80,6 +80,10 @@ namespace MediaBrowser.Model.Users
EnableLiveTvManagement = true;
EnableLiveTvAccess = true;
// Without this on by default, admins won't be able to do this
// Improve in the future
EnableLiveTvManagement = true;
EnableSharedDeviceControl = true;
BlockedTags = new string[] { };