mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Fixed: UI hanging after scrolling movie list too fast
[common]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Nancy;
|
||||
using System.Threading.Tasks;
|
||||
using Nancy;
|
||||
|
||||
namespace Radarr.Http.Frontend.Mappers
|
||||
{
|
||||
@@ -6,6 +7,6 @@ namespace Radarr.Http.Frontend.Mappers
|
||||
{
|
||||
string Map(string resourceUrl);
|
||||
bool CanHandle(string resourceUrl);
|
||||
Response GetResponse(string resourceUrl);
|
||||
Task<Response> GetResponse(string resourceUrl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user