Open > Open DVD/Blu-ray Drive/Folder

This commit is contained in:
Frank Skare
2019-08-08 18:45:34 +02:00
parent 032e91e4b4
commit f0546485cf
7 changed files with 55 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ namespace RatingExtension // the assembly name must end with 'Extension'
{
string filepath = i.Key;
int rating = i.Value;
if (String.IsNullOrEmpty(filepath) || ! File.Exists(filepath))
if (String.IsNullOrEmpty(filepath) || !File.Exists(filepath))
return;
string basename = Path.GetFileNameWithoutExtension(filepath);