All checks were successful
continuous-integration/drone/push Build is passing
5 lines
112 B
C#
5 lines
112 B
C#
namespace Jellyfin.Plugin.Cinema;
|
|
|
|
public interface ICinemaInnerMediaSourceManager {
|
|
Type InnerType { get; }
|
|
} |