This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
1
Star
0
Fork
You've already forked jellyfin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
restore throttle feature
Browse Source
pull/702/head
Luke Pulverenti
10 years ago
parent
2d25be5ee8
commit
eac79359f2
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
MediaBrowser.Api/Playback/BaseStreamingService.cs
Unescape
Escape
View File
@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
return
fals
e
;
return
tru
e
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-source-mirrors/jellyfin
Title
Body
Create Issue