mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Our `GetFileSystemEntries` method will throw when enumerating the file system, but its callers might consider the unhandled exceptions as the whole path is not available. This would cause a single problematic file to fail the enumeration, and could lead to unexpected side effects. HandleIOException gracefully by marking the files throwing as not exist to let the caller skip that file. |
||
---|---|---|
.. | ||
FileRefresher.cs | ||
LibraryMonitor.cs | ||
ManagedFileSystem.cs | ||
MbLinkShortcutHandler.cs |