- {showDetail && currentStatus !== MediaStatus.BLOCKLISTED && (
-
- {user?.userType !== UserType.PLEX &&
- (toggleWatchlist ? (
-
- ) : (
-
- ))}
- {showHideButton &&
- currentStatus !== MediaStatus.PROCESSING &&
- currentStatus !== MediaStatus.AVAILABLE &&
- currentStatus !== MediaStatus.PARTIALLY_AVAILABLE &&
- currentStatus !== MediaStatus.PENDING && (
+
+ {showDetail && currentStatus !== MediaStatus.BLOCKLISTED && (
+ <>
+ {user?.userType !== UserType.PLEX &&
+ (toggleWatchlist ? (
+
+ ) : (
+
+ ))}
+ {showHideButton &&
+ currentStatus !== MediaStatus.PROCESSING &&
+ currentStatus !== MediaStatus.AVAILABLE &&
+ currentStatus !== MediaStatus.PARTIALLY_AVAILABLE &&
+ currentStatus !== MediaStatus.PENDING && (
+
+ )}
+ >
+ )}
+ {showDetail &&
+ showHideButton &&
+ currentStatus == MediaStatus.BLOCKLISTED && (
+
- )}
-
- )}
- {showDetail &&
- showHideButton &&
- currentStatus == MediaStatus.BLOCKLISTED && (
-
-
-
- )}
- {currentStatus && currentStatus !== MediaStatus.UNKNOWN && (
-
+
+ )}
+ {currentStatus && currentStatus !== MediaStatus.UNKNOWN && (
-
- )}
+ )}
+ {show4k &&
+ currentStatus4k &&
+ currentStatus4k !== MediaStatus.UNKNOWN && (
+
+
+
+ )}
+