pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dont show watched toggle for current ep

Pas f42e87dc 95697d98

+3 -3
+3 -3
src/components/player/atoms/Episodes.tsx
··· 367 367 clickable={isAired} 368 368 rightSide={ 369 369 <div className="flex items-center gap-2"> 370 - {isAired && ( 370 + {isAired && !isActive && ( 371 371 <button 372 372 type="button" 373 373 onClick={(e) => toggleWatchStatus(ep.id, e)} ··· 456 456 </div> 457 457 458 458 {/* Mark as watched button */} 459 - {isAired && ( 459 + {isAired && !isActive && ( 460 460 <div className="absolute top-2 right-2"> 461 461 <button 462 462 type="button" ··· 584 584 </div> 585 585 586 586 {/* Mark as watched button */} 587 - {isAired && ( 587 + {isAired && !isActive && ( 588 588 <div className="absolute top-2 right-2"> 589 589 <button 590 590 type="button"