We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5678b1 commit 9dd14b7Copy full SHA for 9dd14b7
src/plex.go
@@ -161,6 +161,7 @@ func (cfg *Config) getPlexLibrary() {
161
for _, library := range libraries.MediaContainer.Library {
162
if cfg.Plex.LibraryName == library.Title {
163
cfg.Plex.LibraryID = library.Key
164
+ return
165
}
166
167
debug.Debug(fmt.Sprintf("full libary output: %v", libraries))
0 commit comments