This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mirrors
/
jellyfin
mirror de
https://github.com/jellyfin/jellyfin
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
restore throttle feature
Luke Pulverenti
há 10 anos atrás
pai
2d25be5ee8
commit
eac79359f2
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
MediaBrowser.Api/Playback/BaseStreamingService.cs
+ 1
- 1
MediaBrowser.Api/Playback/BaseStreamingService.cs
Ver Ficheiro
@@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return
fals
e;
+ return
tru
e;
}
}