mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
This commit is contained in:
@@ -66,10 +66,10 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
await Kernel.UserDataManager.OnPlaybackStopped(user, item, positionTicks, clientType, device).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
var data = item.GetUserData(user, true);
|
||||
|
||||
return DtoBuilder.GetDtoUserItemData(data);
|
||||
return new DtoBuilder(null).GetDtoUserItemData(data);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user