jellyfin/MediaBrowser.Controller/IResourceFileManager.cs
2019-06-10 00:53:16 +02:00

8 lines
161 B
C#

namespace MediaBrowser.Controller
{
public interface IResourceFileManager
{
string GetResourcePath(string basePath, string virtualPath);
}
}