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