mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:47:54 +01:00
6 lines
129 B
C#
6 lines
129 B
C#
namespace MediaBrowser.Controller.Library
|
|
{
|
|
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
|
|
{
|
|
}
|
|
}
|