mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace MediaBrowser.Controller.Entities.Audio
|
|
{
|
|
public class AudioPodcast : Audio
|
|
{
|
|
}
|
|
}
|