mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Use Guid as API parameter type where possible
This commit is contained in:
@@ -574,5 +574,7 @@ namespace MediaBrowser.Controller.Library
|
||||
void RunMetadataSavers(IReadOnlyList<BaseItem> items, ItemUpdateType updateReason);
|
||||
|
||||
BaseItem GetParentItem(string parentId, Guid? userId);
|
||||
|
||||
BaseItem GetParentItem(Guid? parentId, Guid? userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user