mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-28 08:21:41 +01:00
6 lines
129 B
C#
6 lines
129 B
C#
namespace MediaBrowser.Controller.Library
|
|
{
|
|
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
|
{
|
|
}
|
|
}
|