1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

14377 commits

Author SHA1 Message Date
Andrew Rabert
f71cc8026a Include season id in request when retrieving episodes
This also fixes shuffling an individual season (broken since at least 10.8.13, probably earlier)
2024-04-24 13:09:36 -04:00
Andrew Rabert
27984fe083 Fix shuffling for shows 2024-04-24 12:55:36 -04:00
Bond_009
93f42e3469 Check if there are multiple parts before requesting them
If the property exists it should always be larger than 1 so the second
check isn't really needed
2024-04-24 18:24:36 +02:00
Blackspirits
1d67f43a2e Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2024-04-24 10:38:07 -04:00
Rúben Santos
f777bc9577 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2024-04-24 10:38:07 -04:00
nextlooper42
2742bfca59 Translated using Weblate (Slovak)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sk/
2024-04-24 10:38:06 -04:00
Blackspirits
7a5ee7d176 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2024-04-24 10:38:06 -04:00
Bill Thornton
61ab24cf1b
Merge pull request #5409 from thornbill/fix-experimental-backdrop-gap 2024-04-24 08:43:03 -04:00
Bill Thornton
2d2003c8b9
Merge pull request #5413 from jellyfin/replaygaintag 2024-04-24 08:21:51 -04:00
Bill Thornton
c3efdd0e8a
Merge pull request #5414 from thornbill/fix-experimental-playing-bar 2024-04-24 08:04:39 -04:00
Dmitry Lyzo
6178f4e53e Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2024-04-24 07:08:58 -04:00
Dmitry Lyzo
3a87e2c52e fix: show error message on playback failure 2024-04-24 11:50:53 +03:00
Dmitry Lyzo
b192795c90 fix: fix LiveTV loading not hide on fail 2024-04-24 11:46:07 +03:00
Dmitry Lyzo
eb463c0adb refactor: linearize promises 2024-04-24 11:46:07 +03:00
felix920506
1b8f6c56af Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-04-24 02:38:05 -04:00
felix920506
4906bda31b Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-04-24 01:29:24 -04:00
Bill Thornton
30c61649c4 Fix drawer covering now playing bar in experimental layout 2024-04-24 00:49:53 -04:00
felix920506
62d8312f0d Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-04-24 00:38:05 -04:00
Bill Thornton
2033710670 Fix gap above backdrop on details screen in experimental layout 2024-04-24 00:31:31 -04:00
alison2033
4f2fdd98ec Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2024-04-23 18:38:05 -04:00
alison2033
b6ea0f3945 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2024-04-23 18:38:04 -04:00
Bond_009
b6bc8025b6 Revert "Merge pull request #4984 from TelepathicWalrus/use-replay-gain-tags"
This reverts commit 4ea5ca6bad, reversing
changes made to 40e7009081.
2024-04-23 23:02:44 +02:00
Bill Thornton
2467890bba
Merge pull request #5393 from nielsvanvelzen/nvv-newlogo 2024-04-23 10:46:54 -04:00
Niels van Velzen
2a75e7aafb Use old new Jellyfin logo 2024-04-23 16:12:05 +02:00
Bill Thornton
178fe43bb6
Merge pull request #5410 from jellyfin/bond-AudioInfo 2024-04-23 09:21:54 -04:00
Bas
b9e4537aba Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-04-23 06:43:49 -04:00
Bond_009
c414f22e6f Remove nonexistent ItemField AudioInfo
Fixes
```
System.FormatException: AudioInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'AudioInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter) in /home/bond/dev/jellyfin/Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs:line 67
```
2024-04-23 11:19:56 +02:00
Bill Thornton
3930ade140 Fix empty playlists tab in music libraries 2024-04-23 02:31:47 -04:00
felix920506
e20df3f284 Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-04-23 00:38:04 -04:00
Michele
d0a5968d52 Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2024-04-22 16:28:30 -04:00
stanol
9610e70ece Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-04-22 10:38:04 -04:00
皇甫朝云
7c8d3d2d04 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2024-04-22 06:38:04 -04:00
Lukáš Kucharczyk
d3e168152d Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2024-04-22 03:38:05 -04:00
Bill Thornton
7158be9aaf
Merge pull request #5392 from thornbill/playlist-editor-ts 2024-04-21 23:43:44 -04:00
timtogan
9ed87dcbfb Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2024-04-21 22:22:31 -04:00
Kityn
68335db4f9 Translated using Weblate (Polish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2024-04-21 18:20:22 -04:00
Bill Thornton
0b30ebdcbc
Merge pull request #5401 from gnattu/fix-scroll-osd
Prevent changing volume with mouse wheel when dialog is shown
2024-04-21 15:38:00 -04:00
Bill Thornton
0e98ae44ab
Merge pull request #5371 from dmitrylyzo/fix-favorite-margin
Fix Favorite button margin
2024-04-21 14:32:11 -04:00
Bill Thornton
3f967f70f5
Merge pull request #4733 from robert-hamilton36/LyricsSupport
Add Lyric support
2024-04-21 14:29:28 -04:00
Bill Thornton
58ab898c5c
Merge pull request #5399 from gnattu/don't-check-linux
Remove OS check for VPP option
2024-04-21 13:57:53 -04:00
queeup
21f412cd2a Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2024-04-21 13:54:04 -04:00
felix920506
0ea5a4183e Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-04-21 12:24:47 -04:00
Arne De Herdt
b855ecf4ad Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-04-21 12:24:46 -04:00
Bill Thornton
2ab12bc932 Ensure loading indicator is hidden 2024-04-21 12:08:39 -04:00
stanol
994f0dbe25 Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-04-21 09:38:08 -04:00
Bas
1ebb88a7f7 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-04-21 09:38:07 -04:00
Guy Porat
0f4c455664 Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/he/
2024-04-21 09:38:07 -04:00
Andi Chandler
4145add2b9 Translated using Weblate (English (United Kingdom))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/
2024-04-21 09:38:06 -04:00
Blackspirits
fc1c14f91f Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2024-04-21 07:30:32 -04:00
Blackspirits
07d3290fe5 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_PT/
2024-04-21 07:30:32 -04:00