mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
100% branch coverage for Emby.Naming
This commit is contained in:
parent
6616add8c8
commit
8a6242826f
@ -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…
Reference in New Issue
Block a user