8 lines
99 B
C#
8 lines
99 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public class Audio : BaseItem
|
|
{
|
|
}
|
|
}
|