update connect scripts

This commit is contained in:
Luke Pulverenti
2014-10-27 17:45:50 -04:00
parent 3ccb6bddef
commit 67528a0799
7 changed files with 17 additions and 12 deletions

View File

@@ -72,4 +72,9 @@ namespace MediaBrowser.Server.Implementations.Connect
}
}
public class UserPreferencesDto<T>
{
public T data { get; set; }
}
}