mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 08:25:14 +00:00
7 lines
145 B
Go
7 lines
145 B
Go
|
package goscrobble
|
||
|
|
||
|
// ParseJellyfinInput - Transform API data into a common struct
|
||
|
func ParseJellyfinInput(test string) string {
|
||
|
return test
|
||
|
}
|