Skip to content

Commit

Permalink
1.4.1 - - Fix title id enumeration for airing
Browse files Browse the repository at this point in the history
notifications
  • Loading branch information
香風智乃 authored and 香風智乃 committed Jul 16, 2019
1 parent 367083c commit 2a04f08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Shukofukurou-IOS copy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20190709</string>
<string>20190716</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
2 changes: 1 addition & 1 deletion Shukofukurou-IOS/Backend/TitleIdEnumerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ - (void)performListConvert {
}
case 3: {
[_mapper retrieveTitleIdForService:2 withTitleId:((NSNumber *)_tmplist[self.currentposition][@"id"]).stringValue withTargetServiceId:3 withType:_type completionHandler:^(id _Nonnull titleid, bool success) {
if (success) {
if (success && titleid != [NSNull null]) {
[self titleidconvertSuccess:((NSNumber *)self.tmplist[self.currentposition][@"id"]).intValue withTargetid:((NSNumber *)titleid).intValue];
}
else {
Expand Down
2 changes: 1 addition & 1 deletion Shukofukurou-IOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20190709</string>
<string>20190716</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
2 changes: 1 addition & 1 deletion ShukofukurouScrobble/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<key>CFBundleVersion</key>
<string>20190709</string>
<string>20190716</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit 2a04f08

Please sign in to comment.