Remove ResourceFileManager (#4567)

This commit is contained in:
BaronGreenback
2020-11-24 05:06:36 +00:00
committed by GitHub
parent 41b3a7869e
commit 6676ca4d1b
3 changed files with 0 additions and 55 deletions

View File

@@ -1,9 +0,0 @@
#pragma warning disable CS1591
namespace MediaBrowser.Controller
{
public interface IResourceFileManager
{
string GetResourcePath(string basePath, string virtualPath);
}
}