Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 committed Oct 12, 2024
1 parent 5be3864 commit 4b3ab30
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,22 @@ export const Clients: Array<Client> = [
}
]
},
{
id: 'jellychord',
name: 'Jellychord',
description: 'A modern Discord music bot for Jellyfin using slash commands, written in python.',
clientType: ClientType.ThirdParty,
deviceTypes: [],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Discord],
primaryLinks: [
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/felix920506/jellychord'
}
]
},
{
id: 'jellycli',
name: 'Jellycli',
Expand Down Expand Up @@ -891,21 +907,5 @@ export const Clients: Array<Client> = [
url: 'https://streamyfin.app'
}
]
},
{
id: 'jellychord',
name: 'Jellychord',
description: 'A modern Discord music bot using slash commands, written in python.',
clientType: ClientType.ThirdParty,
deviceTypes: [],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Discord],
primaryLinks: [
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/felix920506/jellychord'
}
]
}
];

0 comments on commit 4b3ab30

Please sign in to comment.