mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 14:23:39 +02:00
6 lines
129 B
C#
6 lines
129 B
C#
namespace MediaBrowser.Controller.Library
|
|
{
|
|
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
|
{
|
|
}
|
|
}
|