bazarr/libs/plex/objects/container.py

8 lines
162 B
Python
Raw Normal View History

2018-10-31 16:08:29 +00:00
from plex.objects.core.base import Descriptor, Property
class Container(Descriptor):
size = Property(type=int)
updated_at = Property('updatedAt', int)