Skip to content

Commit

Permalink
More thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 26, 2023
1 parent 9620e22 commit 2587002
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
Adding support for the following sources:
- Mixcloud
- ocremix.org
- spotify (not implemented) (via youtube loading)
- Clyp.it
- Reddit
- getyarn.io
- Text To Speech (if prefixed with `speak:`)
- TikTok (in beta, works on _most_ videos will break all the time)
- TikTok (in beta, works on _most_ videos and **will** break all the time)
- PornHub
- soundgasm

## Lavalink version compatibility

| Lavalink Version | Plugin Version |
|------------------|-------------------|
| 3.x.x | 1.4.x OR 1.5.x \* |
| 4.x.x | 1.4.x OR 1.5.x |
| Lavalink Version | Plugin Version |
|------------------|-----------------------|
| 3.x.x | 1.4.x OR 1.5.x \* |
| 4.x.x | 1.4.x, 1.5.x OR 1.6.x |

**\* Version 1.5.x will only work on Lavalink v3 if you are running java 17 or newer**

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {
}
}

val pluginVersion = Version(1, 5, 1)
val pluginVersion = Version(1, 6, 0)

group = "com.dunctebot"
version = "$pluginVersion"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
}

fun VersionCatalogBuilder.common() {
library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.8.5")
library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.9.0")

version("lavalink-api", "4.0.0-beta.5")
version("lavalink-server", "0f59a5a981af0dfa13cb9f51145e077e8dd89e13")
Expand Down

0 comments on commit 2587002

Please sign in to comment.