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