mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 03:12:12 +00:00
11 lines
230 B
Python
11 lines
230 B
Python
from plex.objects.core.base import Descriptor, Property
|
|
|
|
|
|
class Player(Descriptor):
|
|
title = Property
|
|
machine_identifier = Property('machineIdentifier')
|
|
|
|
state = Property
|
|
|
|
platform = Property
|
|
product = Property
|