mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-07 06:43:26 +01:00
Initial check-in
This commit is contained in:
12
MediaBrowser.Model/Entities/Audio.cs
Normal file
12
MediaBrowser.Model/Entities/Audio.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public class Audio : BaseItem
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user