mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 06:12:17 +01:00
8 lines
107 B
C#
8 lines
107 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class Studio : BaseEntity
|
|
{
|
|
}
|
|
}
|