Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A very simple lyrics client based on YouTube and [Lyrics.Kt](https://github.com/

## Differences from Lyrics.kt
The biggest difference between this version and the kotlin version is the filesize.
At the time of writing, lyrics.kt plugin is about `7 MiB` in size, while this plugin is about `34 KiB` in size. A massive reduction.
At the time of writing, lyrics.kt plugin is about `696 KiB` in size, while this plugin is about `34 KiB` in size. A massive reduction.

The second difference is the search endpoint.
Instead of putting the query into the path of the url, this plugin opted to use query parameters for it.
Expand Down