Change ItemId to Guid like all the others
This commit is contained in:
parent
3d867c2c46
commit
0abe5b6ec3
|
@ -1,3 +1,5 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace MediaBrowser.Controller.Providers
|
namespace MediaBrowser.Controller.Providers
|
||||||
{
|
{
|
||||||
public class RemoteSearchQuery<T>
|
public class RemoteSearchQuery<T>
|
||||||
|
@ -5,7 +7,7 @@ namespace MediaBrowser.Controller.Providers
|
||||||
{
|
{
|
||||||
public T SearchInfo { get; set; }
|
public T SearchInfo { get; set; }
|
||||||
|
|
||||||
public string ItemId { get; set; }
|
public Guid ItemId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// If set will only search within the given provider
|
/// If set will only search within the given provider
|
||||||
|
|
Loading…
Reference in New Issue
Block a user