mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Use Guid as API parameter type where possible
This commit is contained in:
@@ -47,7 +47,7 @@ namespace MediaBrowser.Model.Search
|
||||
|
||||
public string[] ExcludeItemTypes { get; set; }
|
||||
|
||||
public string ParentId { get; set; }
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
public bool? IsMovie { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user