Skip to content

Commit 4bf3fba

Browse files
authored
Merge pull request #182 from MartinBarker/ytAuthRemoved
ytAuth Commented Out
2 parents 1c16fab + 9f32ecf commit 4bf3fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(main)/listogs/page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ function DiscogsAuthTestPageInner() {
16961696
)}
16971697

16981698
{/* YouTube Auth Status */}
1699-
{!canCreatePlaylists && videoIds.length > 0 && (
1699+
{/* {!canCreatePlaylists && videoIds.length > 0 && (
17001700
<div style={{ marginTop: 32, marginBottom: 16 }}>
17011701
<h3>YouTube Playlist Creation:</h3>
17021702
<div style={{
@@ -1711,7 +1711,7 @@ function DiscogsAuthTestPageInner() {
17111711
</p>
17121712
</div>
17131713
</div>
1714-
)}
1714+
)} */}
17151715

17161716
{/* Display results */}
17171717
<div style={{ marginTop: 32 }}>

0 commit comments

Comments
 (0)