Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
medialibrary
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Lamot
medialibrary
Commits
7750e46d
Commit
7750e46d
authored
1 year ago
by
Alaric Senat
Committed by
Alaric Senat
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
LinkService: Fix typos
parent
8caccdfd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/metadata_services/LinkService.cpp
+2
-2
2 additions, 2 deletions
src/metadata_services/LinkService.cpp
with
2 additions
and
2 deletions
src/metadata_services/LinkService.cpp
+
2
−
2
View file @
7750e46d
...
@@ -127,7 +127,7 @@ Status LinkService::linkToPlaylist( IItem& item )
...
@@ -127,7 +127,7 @@ Status LinkService::linkToPlaylist( IItem& item )
// trigger and we won't retry it anyway.
// trigger and we won't retry it anyway.
return
Status
::
Fatal
;
return
Status
::
Fatal
;
}
}
// Explicit
e
ly mark the task as completed, as there is nothing more to run.
// Explicitly mark the task as completed, as there is nothing more to run.
// This shouldn't be needed, but requires a better handling of multiple pipeline.
// This shouldn't be needed, but requires a better handling of multiple pipeline.
return
Status
::
Completed
;
return
Status
::
Completed
;
}
}
...
@@ -173,7 +173,7 @@ Status LinkService::linkToMedia( IItem &item )
...
@@ -173,7 +173,7 @@ Status LinkService::linkToMedia( IItem &item )
{
{
/*
/*
* Assume that the task was already executed, and the file already linked
* Assume that the task was already executed, and the file already linked
* but the task bookeeping failed afterward.
* but the task book
k
eeping failed afterward.
* Just ignore the error & mark the task as completed.
* Just ignore the error & mark the task as completed.
*/
*/
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment