mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	Added OpenSubtitles and nginx account login to the backup blacklist
This commit is contained in:
		
							parent
							
								
									cc38cf4264
								
							
						
					
					
						commit
						7907e761ab
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -28,6 +28,8 @@ import com.lagradost.cloudstream3.syncproviders.providers.MALApi.Companion.MAL_S | |||
| import com.lagradost.cloudstream3.syncproviders.providers.MALApi.Companion.MAL_TOKEN_KEY | ||||
| import com.lagradost.cloudstream3.syncproviders.providers.MALApi.Companion.MAL_UNIXTIME_KEY | ||||
| import com.lagradost.cloudstream3.syncproviders.providers.MALApi.Companion.MAL_USER_KEY | ||||
| import com.lagradost.cloudstream3.syncproviders.providers.OpenSubtitlesApi | ||||
| import com.lagradost.cloudstream3.syncproviders.providers.OpenSubtitlesApi.Companion.OPEN_SUBTITLES_USER_KEY | ||||
| import com.lagradost.cloudstream3.utils.DataStore.getDefaultSharedPrefs | ||||
| import com.lagradost.cloudstream3.utils.DataStore.getSharedPrefs | ||||
| import com.lagradost.cloudstream3.utils.DataStore.mapper | ||||
|  | @ -63,7 +65,10 @@ object BackupUtils { | |||
| 
 | ||||
|         // The plugins themselves are not backed up | ||||
|         PLUGINS_KEY, | ||||
|         PLUGINS_KEY_LOCAL | ||||
|         PLUGINS_KEY_LOCAL, | ||||
| 
 | ||||
|         OPEN_SUBTITLES_USER_KEY, | ||||
|         "nginx_user", // Nginx user key | ||||
|     ) | ||||
| 
 | ||||
|     /** false if blacklisted key */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue