mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
combined usermanager and userdata manager
This commit is contained in:
@@ -221,10 +221,7 @@ namespace MediaBrowser.Api.Streaming
|
||||
/// <value>The library item.</value>
|
||||
protected TBaseItemType LibraryItem
|
||||
{
|
||||
get
|
||||
{
|
||||
return _libraryItem ?? (_libraryItem = (TBaseItemType)DtoBuilder.GetItemByClientId(QueryString["id"]));
|
||||
}
|
||||
get { return _libraryItem; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user