Skip to content

Commit

Permalink
Update AddData.tsx (#3089)
Browse files Browse the repository at this point in the history
Added Last.fm to the 'Automatically submit from...' section.

Thought about adding it under its own header but the disclaimer text is the same, as well as the link it points to, so have combined it with the Spotify section.
  • Loading branch information
Aerozol authored Dec 30, 2024
1 parent 4c7976d commit 1126f82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/js/src/about/add-data/AddData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function AddData() {
return (
<>
<h2 className="page-title">Adding your data to Listenbrainz</h2>
<h3>Submitting Listens</h3>
<h3>Submit Listens</h3>
<p>Submit your listening history to ListenBrainz.</p>
<h4>Music players</h4>
<ul>
Expand Down Expand Up @@ -367,17 +367,17 @@ export default function AddData() {
</li>
</ul>

<h3>Submitting via Spotify</h3>
<p>Automatically submit your Spotify listens.</p>
<h3>Submit from Spotify and Last.fm</h3>
<p>Automatically submit your Spotify or Last.fm listens.</p>
<p>
Importing the same listens from two different sources, such as Last.FM
Submitting the same listens from two different sources, such as Last.FM
and Spotify, may cause duplicates in your listen history. When you opt
into automatic Spotify submissions you may notice duplicates for your
last 50 listens on Spotify.
last 50 Spotify listens.
</p>
<p>
<Link to="/settings/music-services/details/">
Connect your Spotify account to ListenBrainz
Connect your Spotify or Last.fm account to ListenBrainz
</Link>
</p>

Expand Down

0 comments on commit 1126f82

Please sign in to comment.