bazarr/libs/plex/objects/server.py

13 lines
257 B
Python
Raw Normal View History

2018-10-31 16:08:29 +00:00
from plex.objects.core.base import Descriptor, Property
class Server(Descriptor):
name = Property
host = Property
address = Property
port = Property(type=int)
machine_identifier = Property('machineIdentifier')
version = Property