Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jhays committed Aug 16, 2023
1 parent c357891 commit 75cd55b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extension BaseItemDto {

let response = try await userSession.client.send(request)

var matchingMediaSource: MediaSourceInfo? = nil
var matchingMediaSource: MediaSourceInfo?
if let responseMediaSources = response.value.mediaSources {
for responseMediaSource in responseMediaSources {
if let openToken = responseMediaSource.openToken, let mediaSourceId = mediaSource.id {
Expand Down

0 comments on commit 75cd55b

Please sign in to comment.