mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Add information about cache refresh
This commit is contained in:
parent
ef7ec861d8
commit
3cc84778a4
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export class TheMovieDbComponent implements OnInit {
|
|||
|
||||
this.settingsService.saveTheMovieDbSettings(this.settings).subscribe(x => {
|
||||
if (x) {
|
||||
this.notificationService.success("Successfully saved The Movie Database settings");
|
||||
this.notificationService.success("Successfully saved The Movie Database settings. Restart the server to refresh the cache.");
|
||||
} else {
|
||||
this.notificationService.success("There was an error when saving The Movie Database settings");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue