mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
Pushing missing changes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MediaBrowser.Common.Events;
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds information about a playback progress event
|
||||
/// </summary>
|
||||
public class PlaybackProgressEventArgs : GenericEventArgs<BaseItem>
|
||||
{
|
||||
public User User { get; set; }
|
||||
public long? PlaybackPositionTicks { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user