This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
jellyfin
espejo de
https://github.com/jellyfin/jellyfin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
restore throttle feature
Luke Pulverenti
hace 10 años
padre
2d25be5ee8
commit
eac79359f2
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
MediaBrowser.Api/Playback/BaseStreamingService.cs
+ 1
- 1
MediaBrowser.Api/Playback/BaseStreamingService.cs
Ver fichero
@@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return
fals
e;
+ return
tru
e;
}
}