Skip to content

Commit

Permalink
storage/mariadb: remove unneeded join in TrackStorage.All
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed Jun 18, 2024
1 parent 1b53f73 commit 8b5c3ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/mariadb/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,6 @@ FROM
tracks
LEFT JOIN
esong ON tracks.hash = esong.hash
JOIN
eplay ON eplay.isong = esong.id;
`)

func (ts TrackStorage) AllRaw() ([]radio.Song, error) {
Expand Down

0 comments on commit 8b5c3ad

Please sign in to comment.