mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03: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