This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
restore throttle feature
Luke Pulverenti
10 năm trước cách đây
mục cha
2d25be5ee8
commit
eac79359f2
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
MediaBrowser.Api/Playback/BaseStreamingService.cs
+ 1
- 1
MediaBrowser.Api/Playback/BaseStreamingService.cs
Xem Tập Tin
@@ -798,7 +798,7 @@ namespace MediaBrowser.Api.Playback
{
get
{
- return
fals
e;
+ return
tru
e;
}
}