aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ItemUpdateService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-13 15:31:25 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-13 15:31:25 -0400
commit0beb803aed85378fc4b945e1b2c9e34968a7e39f (patch)
tree8ad85f5ad30f748ab731888d702684a8083840d0 /MediaBrowser.Api/ItemUpdateService.cs
parent14533d9cc9cccac550fe11676059b2d7d7c5fc51 (diff)
add sample rate condition
Diffstat (limited to 'MediaBrowser.Api/ItemUpdateService.cs')
-rw-r--r--MediaBrowser.Api/ItemUpdateService.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Api/ItemUpdateService.cs b/MediaBrowser.Api/ItemUpdateService.cs
index 29530688c..cdc33dfd4 100644
--- a/MediaBrowser.Api/ItemUpdateService.cs
+++ b/MediaBrowser.Api/ItemUpdateService.cs
@@ -335,12 +335,6 @@ namespace MediaBrowser.Api
video.Video3DFormat = request.Video3DFormat;
}
- var hasAwards = item as IHasAwards;
- if (hasAwards != null)
- {
- hasAwards.AwardSummary = request.AwardSummary;
- }
-
var game = item as Game;
if (game != null)