This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
jellyfin
réplica de
https://github.com/jellyfin/jellyfin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
restore throttle feature
Luke Pulverenti
%!s(int64=10) %!d(string=hai) anos
pai
2d25be5ee8
achega
eac79359f2
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de 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;
}
}