mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Return a true IEnumerable
This commit is contained in:
parent
8d9428ebdc
commit
48da8f429e
@ -69,7 +69,7 @@ namespace Emby.Server.Implementations.Activity
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.AsEnumerable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user