Merge pull request #5226 from Bond-009/null

100% branch coverage for Emby.Naming
pull/5228/head
dkanada 4 years ago committed by GitHub
commit 8301dabca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save