This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mirrors
/
jellyfin
mirror de
https://github.com/jellyfin/jellyfin
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
restore throttle feature
Luke Pulverenti
10 anos atrás
pai
2d25be5ee8
commit
eac79359f2
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
MediaBrowser.Api/Playback/BaseStreamingService.cs
+ 1
- 1
MediaBrowser.Api/Playback/BaseStreamingService.cs
Ver arquivo
@@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return
fals
e;
+ return
tru
e;
}
}