File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ Below is a simple example of how to add chapters to the <fastpix-player> and lis
682682 if (fpPlayerEl && typeof fpPlayerEl .addChapters === ' function' ) {
683683 fpPlayerEl .addChapters (Chapters);
684684 } else {
685- console .error (' sravani addChapters method not found on fpPlayerEl' );
685+ console .error (' addChapters method not found on fpPlayerEl' );
686686 }
687687 }
688688
@@ -691,7 +691,7 @@ Below is a simple example of how to add chapters to the <fastpix-player> and lis
691691 } else if (fpPlayerEl) {
692692 fpPlayerEl .addEventListener (' loadedmetadata' , addChaptersToPlayer, { once: true });
693693 } else {
694- console .error (' sravanifpPlayerEl not found' );
694+ console .error (' fpPlayerEl not found' );
695695 }
696696
697697 fpPlayerEl? .addEventListener (' chapterchange' , () => {
You can’t perform that action at this time.
0 commit comments