Merge pull request #541 from cvium/fix_providermanager_guid

Change ItemId to Guid in ProviderManager
This commit is contained in:
Joshua M. Boniface 2019-01-11 09:17:25 -05:00 committed by GitHub
commit c888879599

View file

@ -1,3 +1,5 @@
using System;
namespace MediaBrowser.Controller.Providers
{
public class RemoteSearchQuery<T>
@ -5,7 +7,7 @@ namespace MediaBrowser.Controller.Providers
{
public T SearchInfo { get; set; }
public string ItemId { get; set; }
public Guid ItemId { get; set; }
/// <summary>
/// If set will only search within the given provider