This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mirrors
/
jellyfin
mirror da
https://github.com/jellyfin/jellyfin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
restore throttle feature
Luke Pulverenti
10 anni fa
parent
2d25be5ee8
commit
eac79359f2
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
MediaBrowser.Api/Playback/BaseStreamingService.cs
+ 1
- 1
MediaBrowser.Api/Playback/BaseStreamingService.cs
Vedi File
@@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return
fals
e;
+ return
tru
e;
}
}