Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
Fix for issue #2735
When the subtitle is not found for the given show, the website returns the following content along with JSON which makes it not parseable as JSON:
' \nWarning: Undefined variable $data in /home/subsynch/www/include/ajax/subMarin.php on line 57 \n{"status":403,"data":null}'
Fix for issue #2735 When the subtitle is not found for the given show, the website returns the following content along with JSON which makes it not parseable as JSON:
'
\nWarning: Undefined variable $data in /home/subsynch/www/include/ajax/subMarin.php on line 57
\n{"status":403,"data":null}'