Skip to content

Commit 4373328

Browse files
author
Mindaugas Veblauskas
committed
Merge branch 'release/4.3.5'
2 parents 1039b3c + 8baf3e3 commit 4373328

File tree

125 files changed

+2324
-1237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2324
-1237
lines changed

src/Api/ProtonVPN.Api.Contracts/Announcements/SourceResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public class SourceResponse
2525
{
2626
[JsonProperty(PropertyName = "URL")]
2727
public string Url { get; set; }
28+
29+
[JsonProperty(PropertyName = "URLLight")]
30+
public string UrlLight { get; set; }
2831
public string Type { get; set; }
2932
public int Width { get; set; }
3033
public int Height { get; set; }
Lines changed: 19 additions & 13 deletions
Loading
Lines changed: 23 additions & 12 deletions
Loading
Lines changed: 22 additions & 17 deletions
Loading
Lines changed: 20 additions & 14 deletions
Loading
Lines changed: 19 additions & 14 deletions
Loading

0 commit comments

Comments
 (0)