mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
When a new episode is grabbed the client will update its status
This commit is contained in:
@@ -40,7 +40,12 @@ define(
|
||||
return this;
|
||||
}
|
||||
else {
|
||||
if (!this.model.get('airDateUtc')) {
|
||||
if (this.model.get('downloading')) {
|
||||
icon = 'icon-download-alt';
|
||||
tooltip = 'Episode is downloading';
|
||||
}
|
||||
|
||||
else if (!this.model.get('airDateUtc')) {
|
||||
icon = 'icon-question-sign';
|
||||
tooltip = 'TBA';
|
||||
}
|
||||
|
Reference in New Issue
Block a user