mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-11 10:43:42 +00:00
6 lines
106 B
C#
6 lines
106 B
C#
namespace MediaBrowser.Controller.Entities.Audio
|
|
{
|
|
public class AudioPodcast : Audio
|
|
{
|
|
}
|
|
}
|