1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/controllers
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
..
dashboard fix: always show VPP settings 2024-04-20 23:54:43 +08:00
itemDetails add Lyrics 2024-04-10 10:49:33 +12:00
livetv Add livetv view 2024-01-12 21:08:06 +03:00
movies Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
music Remove nonexistent ItemField AudioInfo 2024-04-23 11:19:56 +02:00
playback Merge pull request #5401 from gnattu/fix-scroll-osd 2024-04-21 15:38:00 -04:00
session Make the server field ignore the trailing slash. 2024-03-06 16:26:31 +03:00
shows Add suggested changes 2024-03-22 21:00:35 +08:00
user Add option to enable smooth scroll 2024-03-25 01:31:41 +03:00
wizard Require passwords when creating an admin user in the startup wizard 2023-06-06 12:51:15 -04:00
edititemmetadata.html Move HTML files to the proper locations 2020-08-08 03:34:21 +02:00
edititemmetadata.js Remove unused variables 2021-03-23 11:28:16 -04:00
favorites.js refactor: use ItemSortBy from generated SDK 2024-03-29 14:22:00 +03:00
home.html revert asyncRoutes to legacyRoutes 2023-04-10 22:58:14 +03:00
home.js Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
hometab.js Add error catching when loading home screen tab 2022-04-04 14:42:03 -04:00
list.html Add title to buttons 2022-03-03 17:19:27 +03:00
list.js refactor: use ItemSortBy from generated SDK 2024-03-29 14:22:00 +03:00
livetv.html Remove hash bang paths 2022-06-09 14:54:39 -04:00
livetvguideprovider.html Move HTML files to the proper locations 2020-08-08 03:34:21 +02:00
livetvguideprovider.js Update dashboard paths 2023-09-29 17:07:17 -04:00
livetvsettings.html DVR: Add options to disable NFO and image saving 2022-11-19 15:23:31 -06:00
livetvsettings.js Fix eslint issues 2023-03-29 00:38:22 -04:00
livetvstatus.html Update all documentation links to new website 2022-10-22 13:23:04 +02:00
livetvstatus.js Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
livetvtuner.html Update all documentation links to new website 2022-10-22 13:23:04 +02:00
livetvtuner.js Update dashboard paths 2023-09-29 17:07:17 -04:00
lyrics.html add Lyrics 2024-04-10 10:49:33 +12:00
lyrics.js add Lyrics 2024-04-10 10:49:33 +12:00