We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c16fab + 9f32ecf commit 4bf3fbaCopy full SHA for 4bf3fba
app/(main)/listogs/page.js
@@ -1696,7 +1696,7 @@ function DiscogsAuthTestPageInner() {
1696
)}
1697
1698
{/* YouTube Auth Status */}
1699
- {!canCreatePlaylists && videoIds.length > 0 && (
+ {/* {!canCreatePlaylists && videoIds.length > 0 && (
1700
<div style={{ marginTop: 32, marginBottom: 16 }}>
1701
<h3>YouTube Playlist Creation:</h3>
1702
<div style={{
@@ -1711,7 +1711,7 @@ function DiscogsAuthTestPageInner() {
1711
</p>
1712
</div>
1713
1714
- )}
+ )} */}
1715
1716
{/* Display results */}
1717
<div style={{ marginTop: 32 }}>
0 commit comments