Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/aa77ab68a9aa5d87ad7404444dd69e30aa631420/libs/plex/objects/directory.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/plex/objects/directory.py

17 lines
300 B

from plex.objects.core.base import Descriptor, Property
class Directory(Descriptor):
key = Property
type = Property
title = Property
size = Property
art = Property
thumb = Property
allow_sync = Property('allowSync', bool)
updated_at = Property('updatedAt', int)