l3tnun / EPGStation

Mirakurun を使用した録画管理ソフト
https://twitter.com/l3tnun
MIT License
547 stars 148 forks source link

chore: Kodi 関連のタイプミス修正 #665

Closed hynjnk closed 4 months ago

hynjnk commented 8 months ago

概要(Summary)

https://github.com/l3tnun/EPGStation/blob/v2/src/model/api/ApiUtil.ts#L63

        if (typeof kodiInfo.user !== 'undefined' && typeof kodiInfo.password !== 'undefined') {
            option.auth = {
                username: kodiInfo.user,
                password: kodiInfo.password,
            };
        }
l3tnun commented 4 months ago

修正ありがとうございました。マージさせていただきます。