mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Bump version to 0.4.2, update TMDBExtractor to include original language in title, and adjust media formatter value formatters
This commit is contained in:
@@ -361,7 +361,7 @@ class MediaFormatter:
|
||||
"label": "Year",
|
||||
"label_formatters": [TextFormatter.bold, TextFormatter.blue],
|
||||
"value": self.extractor.get("year") or "<None>",
|
||||
"value_formatters": [TextFormatter.yellow, DateFormatter.format_year],
|
||||
"value_formatters": [TextFormatter.yellow],
|
||||
},
|
||||
{
|
||||
"label": "Special info",
|
||||
|
||||
Reference in New Issue
Block a user