mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Remove redundant ToString call
This commit is contained in:
@@ -50,7 +50,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
if (Version is not null && !Directory.Exists(dataFolderPath))
|
||||
{
|
||||
// Try again with the version number appended to the folder name.
|
||||
dataFolderPath += "_" + Version.ToString();
|
||||
dataFolderPath += "_" + Version;
|
||||
}
|
||||
|
||||
SetAttributes(assemblyFilePath, dataFolderPath, assemblyName.Version);
|
||||
|
||||
Reference in New Issue
Block a user