aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Audio.cs
blob: bfd739b5a7c51e3cf38177f6e66fe7bea808913c (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Model.Entities
{
    public class Audio : BaseItem
    {
    }
}