mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-19 14:01:44 +01:00
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch Fixed: Better UI messages for Queue when there is an error or warning
8 lines
No EOL
145 B
Handlebars
8 lines
No EOL
145 B
Handlebars
{{#each statusMessages}}
|
|
{{title}}
|
|
<ul>
|
|
{{#each messages}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/each}} |