mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Improved loading performance even more by switching from XmlDocument to XmlReader. Also added more api improvements.
This commit is contained in:
parent
5f5f2838b1
commit
2e03cb0916
@@ -165,6 +165,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
return path;
|
||||
}
|
||||
|
||||
string id = QueryString["id"];
|
||||
string personName = QueryString["personname"];
|
||||
string imageType = QueryString["type"] ?? string.Empty;
|
||||
string imageIndex = QueryString["index"];
|
||||
|
||||
Reference in New Issue
Block a user