mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
restore model properties
This commit is contained in:
@@ -15,8 +15,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
/// </summary>
|
||||
public const long Infinite = 0;
|
||||
|
||||
public Func<long, long, long> ThrottleCallback { get; set; }
|
||||
|
||||
#region Private members
|
||||
/// <summary>
|
||||
/// The base stream.
|
||||
@@ -293,16 +291,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
return false;
|
||||
}
|
||||
|
||||
if (ThrottleCallback != null)
|
||||
{
|
||||
var val = ThrottleCallback(_maximumBytesPerSecond, _bytesWritten);
|
||||
|
||||
if (val == 0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -35,8 +35,11 @@
|
||||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your supporter key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your supporter key has been removed.",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
"TitleSync": "Sync",
|
||||
"ButtonDonate": "Donate",
|
||||
"ErrorLaunchingChromecast": "There was an error launching chromecast. Please ensure your device is connected to your wireless network.",
|
||||
"MessageErrorLoadingSupporterInfo": "There was an error loading supporter information. Please try again later.",
|
||||
"MessageLinkYourSupporterKey": "Link your supporter key with up to {0} Emby Connect members to enjoy free access to the following apps:",
|
||||
@@ -175,6 +178,9 @@
|
||||
"OptionThursday": "Thursday",
|
||||
"OptionFriday": "Friday",
|
||||
"OptionSaturday": "Saturday",
|
||||
"OptionEveryday": "Every day",
|
||||
"OptionWeekend": "Weekends",
|
||||
"OptionWeekday": "Weekdays",
|
||||
"HeaderConfirmDeletion": "Confirm Deletion",
|
||||
"MessageConfirmPathSubstitutionDeletion": "Are you sure you wish to delete this path substitution?",
|
||||
"LiveTvUpdateAvailable": "(Update available)",
|
||||
|
||||
@@ -913,8 +913,8 @@
|
||||
"OptionDefaultSort": "Default",
|
||||
"OptionCommunityMostWatchedSort": "Most Watched",
|
||||
"TabNextUp": "Next Up",
|
||||
"PlaceholderUsername": "Username",
|
||||
"HeaderBecomeProjectSupporter": "Become an Emby Supporter",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
|
||||
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
|
||||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
|
||||
Reference in New Issue
Block a user