Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async function waitForElement(selector, maxAttempts = 50, interval = 100) {
async function createWebMVideo() {
try {
const bottomPlayerClass = '.main-nowPlayingBar-right' // Selector for the bottom player
const leftLibraryClass = '.main-yourLibraryX-libraryItemContainer' // Selector for the left library
const leftLibraryClass = '.main-yourLibraryX-libraryContainer' // Selector for the left library
let leftLibraryVideoSize = Number(settings.getFieldValue("catjam-webm-position-left-size")); // Get the left library video size
if (!leftLibraryVideoSize) {
leftLibraryVideoSize = 100; // Default size of the video on the left library
Expand Down Expand Up @@ -301,4 +301,4 @@ async function main() {
});
}

export default main; // Export the main function for use in the application
export default main; // Export the main function for use in the application