bazarr/libs/plex/objects/user.py
2018-10-31 17:08:29 +01:00

9 lines
153 B
Python

from plex.objects.core.base import Descriptor, Property
class User(Descriptor):
id = Property(type=int)
title = Property
thumb = Property