0.22.0
Notable Changes
🛠️ Logo URLs under the tvg-logo
attribute are now automatically proxied
🛠️ When an M3U source fails during revalidation, the currently working source should now be used instead of wiping the entire source
🛠️ Cases where the M3U source server always returns an OK (HTTP code 200
) despite having an error should now be validated by ensuring #EXTM3U
exists in the first line of the response body.
What's Changed
- add passthrough proxy for logo url by @sonroyaalmerol in #260
- properly handle source m3u failure and implement fallback by @sonroyaalmerol in #261
- validate source being parsed is an M3U file by @sonroyaalmerol in #262
- use zerolog for logging by default by @sonroyaalmerol in #263
Full Changelog: 0.21.1...0.22.0