Files
stream-cinema/CinemaJellyfin/ICinemaInnerMediaSourceManager.cs
Roman Vaníček 0bcb6d571f
All checks were successful
continuous-integration/drone/push Build is passing
Rename to Cinema
2024-11-30 00:50:10 +01:00

5 lines
112 B
C#

namespace Jellyfin.Plugin.Cinema;
public interface ICinemaInnerMediaSourceManager {
Type InnerType { get; }
}