Skip to content

Commit 5e30df1

Browse files
author
sim0n00ps
committed
Fix dynamicrules.cs
1 parent 55a98c8 commit 5e30df1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OF DRM Video Downloader/Entities/DynamicRules.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public class DynamicRules
1212
[JsonProperty(PropertyName = "app-token")]
1313
public string? AppToken { get; set; }
1414

15+
[JsonProperty(PropertyName = "app_token")]
16+
private string AppToken2 { set { AppToken = value; } }
17+
1518
[JsonProperty(PropertyName = "static_param")]
1619
public string? StaticParam { get; set; }
1720

0 commit comments

Comments
 (0)