Luna712
Luna712
Just an FYI, I finally completed a PR (#1444) for this after numerous try-fail attempts that both works and (in my opinion) has pretty good UI for displaying boost volume...
I can not reproduce this. I have had cloned sites for months with no issues.
> > > Yes I have enabled others in preferred media, there is a extension named Multimovies in Hindiproviders repo, the site had changed its domain therefore I was trying...
> Also, we don't need a restart button @DestroyerBDT I disagree, on TV, rewinding to the beginning when you want can be quite annoying.
> How about installed extensions and providers are also account specific? Installed I think shared, enabled ones could be account specific. Thats just a personal opinion though.
> Most of the settings cant be made account specific as they are implemented in a different way from setkey/getkey. that being said only the settings that makes sense should...
Can't we do something like: ```kotlin val accountPreferences = context?.getSharedPreferences(currentAccount, Context.MODE_PRIVATE) // Use the accountPreferences if available, or fallback to default preferences val settingsManager = accountPreferences ?: PreferenceManager.getDefaultSharedPreferences(context) val isAdvancedSearch...
@LagradOst what are your thoughts on the above? Is that something you think is feasible if I work on making some of them account specific?
Sorry, I completely forgot about this... #1437 fixes this but not sure if that was a good way to do it at all. But it does seem work when testing...
I will look into a patch for this shortly