Merge branch 'master' into namingtests

This commit is contained in:
Bond_009
2020-01-09 18:26:22 +01:00
189 changed files with 2863 additions and 7948 deletions

View File

@@ -79,6 +79,7 @@ namespace Emby.Naming.Video
/// <value>The file name without extension.</value>
public string FileNameWithoutExtension => !IsDirectory ? System.IO.Path.GetFileNameWithoutExtension(Path) : System.IO.Path.GetFileName(Path);
/// <inheritdoc />
public override string ToString()
{
// Makes debugging easier