aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Video.cs')
-rw-r--r--MediaBrowser.Model/Entities/Video.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/Video.cs b/MediaBrowser.Model/Entities/Video.cs
index 5d0e06202..27a9ab821 100644
--- a/MediaBrowser.Model/Entities/Video.cs
+++ b/MediaBrowser.Model/Entities/Video.cs
@@ -49,7 +49,7 @@ namespace MediaBrowser.Model.Entities
[ProtoMember(2)]
public bool IsDefault { get; set; }
- [ProtoMember(2)]
+ [ProtoMember(3)]
public bool IsForced { get; set; }
}