Files
2015-10-20 14:22:42 +02:00

12 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