Skip to content

Commit afbd29e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4024fb4 + ec06da6 commit afbd29e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/java/com/lagradost/cloudstream3/utils/BackupUtils.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ object BackupUtils {
157157
context.restoreMap(backupFile.datastore.long)
158158
context.restoreMap(backupFile.datastore.stringSet)
159159
}
160+
161+
// Make sure the library is fresh
162+
for(api in AccountManager.syncApis) {
163+
api.requireLibraryRefresh = true
164+
}
160165
}
161166

162167
@SuppressLint("SimpleDateFormat")

0 commit comments

Comments
 (0)