mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
Added GetItemsWithPerson
This commit is contained in:
parent
ee1fa6e816
commit
0788f435c1
@@ -61,6 +61,10 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
return new ItemsWithYearHandler();
|
||||
}
|
||||
else if (localPath.EndsWith("/api/itemswithperson", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return new ItemsWithPersonHandler();
|
||||
}
|
||||
else if (localPath.EndsWith("/api/years", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return new YearsHandler();
|
||||
|
||||
Reference in New Issue
Block a user