Return a true IEnumerable

This commit is contained in:
Bond_009 2019-01-16 15:16:19 +01:00
parent 8d9428ebdc
commit 48da8f429e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace Emby.Server.Implementations.Activity
} }
} }
return result; return result.AsEnumerable();
} }
} }
} }