diff --git a/scripts/remove-duplicates.js b/scripts/remove-duplicates.js index 19be9df4ff..aa2c3d827b 100644 --- a/scripts/remove-duplicates.js +++ b/scripts/remove-duplicates.js @@ -47,8 +47,6 @@ async function removeDuplicates(playlist) { return utils.removeProtocol(item.url) === utils.removeProtocol(channel.url) }) if (sameUrl) return false - const sameHash = buffer.find(item => item.hash === channel.hash) - if (sameHash && channel.status === 'Offline') return false buffer.push(channel) return true