Skip to content

Commit 9dd14b7

Browse files
committed
missing return statement
1 parent b5678b1 commit 9dd14b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plex.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func (cfg *Config) getPlexLibrary() {
161161
for _, library := range libraries.MediaContainer.Library {
162162
if cfg.Plex.LibraryName == library.Title {
163163
cfg.Plex.LibraryID = library.Key
164+
return
164165
}
165166
}
166167
debug.Debug(fmt.Sprintf("full libary output: %v", libraries))

0 commit comments

Comments
 (0)