fix portable and 3.5 project references
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Model.Providers
|
||||
{
|
||||
public class RemoteImageQuery
|
||||
{
|
||||
public string ProviderName { get; set; }
|
||||
|
||||
public ImageType? ImageType { get; set; }
|
||||
|
||||
public bool IncludeDisabledProviders { get; set; }
|
||||
|
||||
public bool IncludeAllLanguages { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user