mlbserver 2025.11.7 → 2025.11.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/session.js +1 -1
package/package.json
CHANGED
package/session.js
CHANGED
|
@@ -2347,7 +2347,7 @@ class sessionClass {
|
|
|
2347
2347
|
logo = 'https://pizarra.multimediard.com/ac/' + lidom_abbr + '.png'
|
|
2348
2348
|
} else if ( league_id == LMP_ID ) {
|
|
2349
2349
|
logo = 'https://cdn.lmp.mx/teams/default/' + team.toLowerCase() + '.png'
|
|
2350
|
-
if ( team == 'NAY' ) logo = 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0-Iyk0hS66mSJUiibq2ERvqfzzmQgMY8yAg
|
|
2350
|
+
if ( team == 'NAY' ) logo = 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0-Iyk0hS66mSJUiibq2ERvqfzzmQgMY8yAg';
|
|
2351
2351
|
if ( team == 'TBC' ) logo = 'https://assets.simpleviewinc.com/simpleview/image/upload/c_limit,q_75,w_200/v1/crm/tucson/thumbnail_VECTORES_TUCSONBASEBALLTEAM-02_9C60D191-B719-AF5A-B7D5280D6EAE26EC_9c74a7a4-f651-f1e8-6d6360da6b7ac51c.jpg';
|
|
2352
2352
|
}
|
|
2353
2353
|
let streamMediaType = 'Video'
|