Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e6a9c210ac | ||
|
f83c16f2ba |
@ -118,18 +118,12 @@ public partial class DashboardViewModel : ViewModelBase
|
||||
|
||||
if (_settingsService.ShouldInjectTags)
|
||||
{
|
||||
try
|
||||
{
|
||||
await tagInjector.InjectTagsAsync(
|
||||
download.FilePath!,
|
||||
download.Video!,
|
||||
download.CancellationToken
|
||||
);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// Media tagging is not critical
|
||||
}
|
||||
|
||||
await tagInjector.InjectTagsAsync(
|
||||
download.FilePath!,
|
||||
download.Video!,
|
||||
download.CancellationToken
|
||||
);
|
||||
}
|
||||
|
||||
download.Status = DownloadStatus.Completed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user