mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
moved playback event args object
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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