mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
13 lines
220 B
C#
13 lines
220 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public class Audio : BaseItem
|
|
{
|
|
}
|
|
}
|