mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-25 07:44:59 -05:00
8 lines
107 B
C#
8 lines
107 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class Studio : BaseEntity
|
|
{
|
|
}
|
|
}
|