aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaybackStartInfo.cs
blob: 19e1823f4cf5e4ee1b5495d98fe61a0affd262c4 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MediaBrowser.Model.Session
{
    /// <summary>
    /// Class PlaybackStartInfo.
    /// </summary>
    public class PlaybackStartInfo : PlaybackProgressInfo
    {
    }
}