Skip to content

Commit

Permalink
missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Dec 14, 2024
1 parent b5678b1 commit 9dd14b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plex.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (cfg *Config) getPlexLibrary() {
for _, library := range libraries.MediaContainer.Library {
if cfg.Plex.LibraryName == library.Title {
cfg.Plex.LibraryID = library.Key
return
}
}
debug.Debug(fmt.Sprintf("full libary output: %v", libraries))
Expand Down

0 comments on commit 9dd14b7

Please sign in to comment.