yomguy / DeeFuzzer

Light and instant media streaming client for web radios and TVs written in Python
https://github.com/yomguy/DeeFuzzer
GNU General Public License v3.0
141 stars 31 forks source link

Fix to detect a playlist that changed in content, but not length #75

Closed achbed closed 9 years ago

achbed commented 9 years ago

Rather than use a length check, we should be checking on playlist content. The previous method would not catch instances where the overall playlist size did not change, but the files inside it did.

achbed commented 9 years ago

Pull request to master, not dev. Ignore.