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