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/music
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
..
music.html adding shuffle to songs page 2022-07-04 10:02:18 +03:00
musicalbums.js Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
musicartists.js Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
musicgenres.js cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
musicplaylists.js Fix empty playlists tab in music libraries 2024-04-23 02:31:47 -04:00
musicrecommended.js Remove nonexistent ItemField AudioInfo 2024-04-23 11:19:56 +02:00
songs.js Remove nonexistent ItemField AudioInfo 2024-04-23 11:19:56 +02:00