aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Playlists/PlaylistCreationResult.cs
blob: 4f2067b98a82ab87cee360be00f6980c761f4f84 (plain)
1
2
3
4
5
6
7
8
9
#pragma warning disable CS1591

namespace MediaBrowser.Model.Playlists
{
    public class PlaylistCreationResult
    {
        public string Id { get; set; }
    }
}