mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
7 lines
129 B
C#
7 lines
129 B
C#
|
|
namespace MediaBrowser.Controller.Library
|
|||
|
|
{
|
|||
|
|
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|