Fix caching mistake

This commit is contained in:
Kevin Kandlbinder 2024-04-22 16:42:56 +00:00
parent aa9c70a706
commit 58405d92a1

View file

@ -65,7 +65,9 @@
text: responseText
})
await GetEpisodeQuery.fetch();
await GetEpisodeQuery.fetch({
policy: CachePolicy.NetworkOnly
});
responseText = "";
} catch(e) {