Merge pull request #5226 from Bond-009/null

100% branch coverage for Emby.Naming
This commit is contained in:
dkanada
2021-02-14 15:49:41 +09:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ namespace Emby.Naming.TV
bool supportSpecialAliases,
bool supportNumericSeasonFolders)
{
var filename = Path.GetFileName(path) ?? string.Empty;
string filename = Path.GetFileName(path);
if (supportSpecialAliases)
{