From 6fbd5cf46407a212fadb52eee00c7ac7690430ea Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 16 Jul 2012 12:50:44 -0400 Subject: All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls. --- MediaBrowser.Model/Properties/AssemblyInfo.cs | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'MediaBrowser.Model/Properties') diff --git a/MediaBrowser.Model/Properties/AssemblyInfo.cs b/MediaBrowser.Model/Properties/AssemblyInfo.cs index c5af59e202..6c64a5de60 100644 --- a/MediaBrowser.Model/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Model/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ -using System.Reflection; +using System.Resources; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -13,14 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4478b410-9582-4c22-b890-2a309708b9f1")] +[assembly: NeutralResourcesLanguage("en")] // Version information for an assembly consists of the following four values: // -- cgit v1.2.3