mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add children media class (#39902)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -409,6 +409,11 @@ class MockPlexLibrarySection:
|
||||
if self.title == "Photos":
|
||||
return "photo"
|
||||
|
||||
@property
|
||||
def TYPE(self):
|
||||
"""Return the library type."""
|
||||
return self.type
|
||||
|
||||
@property
|
||||
def key(self):
|
||||
"""Mock the key identifier property."""
|
||||
|
||||
Reference in New Issue
Block a user