// // Copyright (c) PlaceholderCompany. All rights reserved. // #nullable disable #pragma warning disable CS1591 namespace MediaBrowser.Model.Entities; public class MediaUrl { public string Url { get; set; } public string Name { get; set; } }