Fix CB Followed tab

This commit is contained in:
jafea7 2025-04-18 21:33:31 +10:00
parent f75a743a47
commit ae1e4d6c24
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ public class ChaturbateTabProvider extends AbstractTabProvider {
break; break;
} }
} }
followedTab.setScene(scene);
followedTab.setRecorder(recorder);
followedTab.setImageAspectRatio(9.0 / 16.0);
tabs.add(followedTab); tabs.add(followedTab);
return tabs; return tabs;
} }