Add Snacks app: automated video library encoder with hardware acceleration (#6)
Co-authored-by: Joachim Friberg <joachim.friberg@ip-solutions.se> Reviewed-on: phirna/zima-apps#6
This commit is contained in:
@@ -46,6 +46,8 @@ class EntryView:
|
||||
used: bool
|
||||
containers: list[str]
|
||||
usage_known: bool
|
||||
dns_desired: bool = False
|
||||
dns_last_error: str | None = None
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
return {
|
||||
@@ -59,4 +61,6 @@ class EntryView:
|
||||
"used": self.used,
|
||||
"containers": self.containers,
|
||||
"usage_known": self.usage_known,
|
||||
"dns_desired": self.dns_desired,
|
||||
"dns_last_error": self.dns_last_error,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user