aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-29 15:37:05 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-29 15:37:05 -0400
commitcaa369c1a37ff3b4755e1359e1e2ddbd3e8d9beb (patch)
treea5f2339c406127bcdf0bf975b38e3b408e2fe76c /MediaBrowser.Model/Entities/Video.cs
parentcb7f04e4d3ff0a14dabb89ff828dde5a4703dc6b (diff)
A few serialization fixes
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; }
}