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
commit 8301dabca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)
{