mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 21:37:59 +03:00
Lint for the Linter Gods
This commit is contained in:
@@ -53,7 +53,8 @@ public static class StorageHelper
|
||||
}
|
||||
}
|
||||
|
||||
if (bestMatch is null) {
|
||||
if (bestMatch is null)
|
||||
{
|
||||
throw new InvalidOperationException($"The path `{path}` has no matching parent device. Space check invalid.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user