mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-14 16:58:05 -05:00
Compare commits
2 Commits
add_gotify
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7192796e89 | ||
|
|
1d1ee7972f |
@@ -68,7 +68,7 @@ public sealed class NotificationService
|
||||
["Test time"] = DateTime.UtcNow.ToString("o"),
|
||||
["Provider type"] = providerConfig.Type.ToString(),
|
||||
},
|
||||
Image = new Uri("https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/Logo/256.png")
|
||||
Image = new Uri("https://cdn.jsdelivr.net/gh/Cleanuparr/Cleanuparr@main/Logo/256.png")
|
||||
};
|
||||
|
||||
try
|
||||
|
||||
@@ -18,5 +18,5 @@ public static class Constants
|
||||
public const int DefaultSearchDelaySeconds = 120;
|
||||
public const int MinSearchDelaySeconds = 60;
|
||||
|
||||
public const string LogoUrl = "https://github.com/Cleanuparr/Cleanuparr/blob/main/Logo/48.png?raw=true";
|
||||
public const string LogoUrl = "https://cdn.jsdelivr.net/gh/Cleanuparr/Cleanuparr@main/Logo/48.png";
|
||||
}
|
||||
1055
code/frontend/package-lock.json
generated
1055
code/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -70,7 +70,7 @@ export class DiscordProviderComponent implements OnInit, OnChanges {
|
||||
private resetProviderFields(): void {
|
||||
this.webhookUrlControl.setValue('');
|
||||
this.usernameControl.setValue('');
|
||||
this.avatarUrlControl.setValue('https://github.com/Cleanuparr/Cleanuparr/blob/main/Logo/48.png?raw=true');
|
||||
this.avatarUrlControl.setValue('https://cdn.jsdelivr.net/gh/Cleanuparr/Cleanuparr@main/Logo/48.png');
|
||||
}
|
||||
|
||||
protected hasFieldError(control: FormControl, errorType: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user