aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index d1ef996ae..e9e3c33c0 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -93,13 +93,9 @@ namespace MediaBrowser.Api.Playback
{
return 3;
}
- return 6;
- }
-
- if (!RunTimeTicks.HasValue)
- {
return 3;
}
+
return 3;
}
}