LinuxServer Changes:
Add donation links for Bazarr to container log.
bazarr Changes:
fix encoding problems in subtitle class
- don't use directly self._guessed_encoding, but instead call the function guessed_encoding() as the variable can be None.
- use self.guessed_encoding() only if self.encoding is not set.