Skip to content

Commit

Permalink
Merge pull request #445 from Piwigo/v2.6.1
Browse files Browse the repository at this point in the history
Version 2.6.1 build 353 for TestFlight testing
  • Loading branch information
EddyLB authored Mar 18, 2021
2 parents 0840f65 + ef47d82 commit ab3329e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piwigo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>352</string>
<string>353</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion piwigo/Upload/Upload Services/UploadManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class UploadManager: NSObject, URLSessionDelegate {
.uploading, .uploadingError, .uploaded,
.finishing, .finishingError]
nberOfUploadsToComplete = uploadsProvider.getRequestsIn(states: states).count
return // for debugging background tasks
// return // for debugging background tasks

// Pause upload manager if app not in the foreground
// and not executed in a background task
Expand Down

0 comments on commit ab3329e

Please sign in to comment.