Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a632079 committed Oct 3, 2019
1 parent 7d04b8b commit 76fa9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/netease.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ const quickSummary = async (ID, ctx) => {
const handleSummary = async (id, url, ctx, check = false) => {
let Cache
Cache = ctx.query.nocache ? null : await cache.get('nm:song:' + id)
if (Cache) {
if (Cache && Cache.status !== 500) {
return Cache
}

Expand Down

0 comments on commit 76fa9d3

Please sign in to comment.