mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 12:33:01 +03:00
@@ -141,7 +141,7 @@ namespace IsoMounter
|
||||
|
||||
public Task<IIsoMount> Mount(string isoPath, CancellationToken cancellationToken)
|
||||
{
|
||||
if (MountISO(isoPath, out var mountedISO))
|
||||
if (MountISO(isoPath, out LinuxMount mountedISO))
|
||||
{
|
||||
return Task.FromResult<IIsoMount>(mountedISO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user