aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IResourceFileManager.cs
blob: 26f0424b7a9af93be3d7726eb53fb7b3329368f6 (plain)
1
2
3
4
5
6
7
8
9
#pragma warning disable CS1591

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