mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
#74 - Subtitle font
This commit is contained in:
@@ -320,32 +320,6 @@ namespace MediaBrowser.Server.Implementations
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The _media tools path
|
||||
/// </summary>
|
||||
private string _mediaToolsPath;
|
||||
/// <summary>
|
||||
/// Gets the folder path to tools
|
||||
/// </summary>
|
||||
/// <value>The media tools path.</value>
|
||||
public string MediaToolsPath
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_mediaToolsPath == null)
|
||||
{
|
||||
_mediaToolsPath = Path.Combine(ProgramDataPath, "MediaTools");
|
||||
|
||||
if (!Directory.Exists(_mediaToolsPath))
|
||||
{
|
||||
Directory.CreateDirectory(_mediaToolsPath);
|
||||
}
|
||||
}
|
||||
|
||||
return _mediaToolsPath;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The _images data path
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user