mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
fix: formatting
This commit is contained in:
@@ -38,7 +38,7 @@ func (c *Client) writePlexmatch(seriesId int, episodeId int, targetDir, name str
|
|||||||
//create new
|
//create new
|
||||||
buff := bytes.Buffer{}
|
buff := bytes.Buffer{}
|
||||||
if series.ImdbID != "" {
|
if series.ImdbID != "" {
|
||||||
buff.WriteString(fmt.Sprintf("imdbid: %d\n", series.ImdbID))
|
buff.WriteString(fmt.Sprintf("imdbid: %s\n", series.ImdbID))
|
||||||
}
|
}
|
||||||
buff.WriteString(fmt.Sprintf("tmdbid: %d\n", series.TmdbID))
|
buff.WriteString(fmt.Sprintf("tmdbid: %d\n", series.TmdbID))
|
||||||
log.Warnf(".plexmatch file not found, create new one: %s", series.NameEn)
|
log.Warnf(".plexmatch file not found, create new one: %s", series.NameEn)
|
||||||
|
|||||||
Reference in New Issue
Block a user