mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 02:29:47 -05:00
FF-1751: Fixed issue with tv show lookup failing if {tvdb-123} or similar were in the folder name
This commit is contained in:
@@ -116,7 +116,11 @@ public abstract class ImageBaseNode:Node
|
||||
args.Variables["img.IsLandscape"] = imageInfo.IsLandscape;
|
||||
|
||||
if (imageInfo.DateTaken != null)
|
||||
{
|
||||
args.Variables["img.DateTaken"] = imageInfo.DateTaken.Value;
|
||||
args.Variables["img.DateYear"] = imageInfo.DateTaken.Value.Year;
|
||||
args.Variables["img.DateMont"] = imageInfo.DateTaken.Value.Year;
|
||||
}
|
||||
else
|
||||
args.Variables.Remove("img.DateTaken");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user