mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
chore: fix spelling
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b318f33599
commit
044cf9fb85
69 changed files with 159 additions and 154 deletions
|
|
@ -1778,7 +1778,7 @@ public class DynamicHlsController : BaseJellyfinApiController
|
|||
}
|
||||
else if (state.AudioStream?.CodecTag is not null && state.AudioStream.CodecTag.Equals("ac-4", StringComparison.Ordinal))
|
||||
{
|
||||
// ac-4 audio tends to hava a super weird sample rate that will fail most encoders
|
||||
// ac-4 audio tends to have a super weird sample rate that will fail most encoders
|
||||
// force resample it to 48KHz
|
||||
args += " -ar 48000";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -634,10 +634,10 @@ public class UserLibraryController : BaseJellyfinApiController
|
|||
{
|
||||
if (item is Person)
|
||||
{
|
||||
var hasMetdata = !string.IsNullOrWhiteSpace(item.Overview) && item.HasImage(ImageType.Primary);
|
||||
var performFullRefresh = !hasMetdata && (DateTime.UtcNow - item.DateLastRefreshed).TotalDays >= 3;
|
||||
var hasMetadata = !string.IsNullOrWhiteSpace(item.Overview) && item.HasImage(ImageType.Primary);
|
||||
var performFullRefresh = !hasMetadata && (DateTime.UtcNow - item.DateLastRefreshed).TotalDays >= 3;
|
||||
|
||||
if (!hasMetdata)
|
||||
if (!hasMetadata)
|
||||
{
|
||||
var options = new MetadataRefreshOptions(new DirectoryService(_fileSystem))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ public class OpenLiveStreamDto
|
|||
public bool? EnableDirectPlay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether to enale direct stream.
|
||||
/// Gets or sets a value indicating whether to enable direct stream.
|
||||
/// </summary>
|
||||
public bool? EnableDirectStream { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using MediaBrowser.Model.Dlna;
|
|||
namespace Jellyfin.Api.Models.MediaInfoDtos;
|
||||
|
||||
/// <summary>
|
||||
/// Plabyback info dto.
|
||||
/// Playback info dto.
|
||||
/// </summary>
|
||||
public class PlaybackInfoDto
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue