mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 23:15:05 +01:00
10 lines
185 B
C#
10 lines
185 B
C#
|
|
namespace MediaBrowser.Model.Session
|
|
{
|
|
/// <summary>
|
|
/// Class PlaybackStartInfo.
|
|
/// </summary>
|
|
public class PlaybackStartInfo : PlaybackProgressInfo
|
|
{
|
|
}
|
|
}
|