diff options
| author | Stanislav Ionascu <stanislav.ionascu@gmail.com> | 2022-01-04 21:52:52 +0000 |
|---|---|---|
| committer | Stanislav Ionascu <stanislav.ionascu@gmail.com> | 2022-02-20 13:30:55 +0000 |
| commit | 554d1b2ca8868e7aeb1fa9acac75cb8ce423796a (patch) | |
| tree | 8e64715621287fab6f75f8e18308e7d09605ec76 /tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager | |
| parent | 6a8a6a1325031dd3266c879540fcdc69133ba956 (diff) | |
Fix #7100 by catching the exception on opening invalid UDF images
When an invalid UDF image is opened by the UdfReader, it may throw
and exception. This change is to catch and log the exception.
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs index f5c8cc9708..5995990711 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; |
