mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added ability to mark IBN items as favorites
This commit is contained in:
@@ -682,7 +682,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
/// <param name="data">The data.</param>
|
||||
/// <returns>DtoUserItemData.</returns>
|
||||
/// <exception cref="System.ArgumentNullException"></exception>
|
||||
public UserItemDataDto GetUserItemDataDto(UserItemData data)
|
||||
public static UserItemDataDto GetUserItemDataDto(UserItemData data)
|
||||
{
|
||||
if (data == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user