Skip to content

Commit 483080c

Browse files
committed
refactor: format files
1 parent 0071aba commit 483080c

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

frontend/js/src/about/add-data/AddData.tsx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,14 @@ export default function AddData() {
448448
, a{" "}
449449
<em>
450450
<a href="https://www.foobar2000.org/">Foobar2000</a>
451-
</em>{" "} plugin for submitting and retrieving playlists from
452-
ListenBrainz (+ Spotify). Can retrieve recommendations, submit
453-
tracks feedback (love and hate) and batch upload{" "}
451+
</em>{" "}
452+
plugin for submitting and retrieving playlists from ListenBrainz (+
453+
Spotify). Can retrieve recommendations, submit tracks feedback (love
454+
and hate) and batch upload{" "}
454455
<em>
455-
<a href="https://kawaiidango.github.io/pano-scrobbler/">Pano Scrobbler</a>
456+
<a href="https://kawaiidango.github.io/pano-scrobbler/">
457+
Pano Scrobbler
458+
</a>
456459
</em>{" "}
457460
listens.
458461
</li>
@@ -467,8 +470,8 @@ export default function AddData() {
467470
<a href="https://www.foobar2000.org/">Foobar2000</a>
468471
</em>{" "}
469472
plugin for syncing local playlists with ListenBrainz (+ Spotify).
470-
Provides tracking for playlists changes and resolves tracks with
471-
local content and YouTube links.
473+
Provides tracking for playlists changes and resolves tracks with local
474+
content and YouTube links.
472475
</li>
473476
<li>
474477
<em>
@@ -520,9 +523,9 @@ export default function AddData() {
520523
<em>
521524
<a href="https://www.foobar2000.org/">Foobar2000</a>
522525
</em>{" "}
523-
plugin that creates listening reports, similar to Spotify&apos;s annual
524-
report for any time period. Can use ListenBrainz listening history and
525-
recommendations.
526+
plugin that creates listening reports, similar to Spotify&apos;s
527+
annual report for any time period. Can use ListenBrainz listening
528+
history and recommendations.
526529
</li>
527530
</ul>
528531

frontend/js/src/playlists/Playlist.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ const makeJSPFTrack = (trackMetadata: TrackMetadata): JSPFTrack => {
7575

7676
export default function PlaylistPage() {
7777
// Context
78-
const { currentUser, APIService, websocketsUrl } =
79-
React.useContext(GlobalAppContext);
78+
const { currentUser, APIService, websocketsUrl } = React.useContext(
79+
GlobalAppContext
80+
);
8081

8182
// BrainzPlayer Atoms
8283
const setAmbientQueue = useSetAtom(setAmbientQueueAtom);

0 commit comments

Comments
 (0)