@@ -109,42 +109,42 @@ export class MSXFM extends Station {
109
109
export class Lips106 extends Station {
110
110
name = "Lips 106" ;
111
111
file = audioFile ( 'LIPS.wav' ) ;
112
- icon = '/station-icons/iii/lips-106.webp ' ;
112
+ icon = '/station-icons/iii/lips.png ' ;
113
113
114
114
constructor ( ) {
115
115
super ( [
116
- [ "Bump To The Music" , [ "Fatamarse" ] , 2001 , 0 , 0 ] ,
117
- [ "Feels Like I Just Can't Take No More" , [ "April's In Paris" ] , 2001 , 0 , 0 ] ,
118
- [ "Forever" , [ "Lucy" ] , 2001 , 0 , 0 ] ,
119
- [ "Pray It Goes Ok?" , [ "Boyz 2 Girlz" ] , 2001 , 0 , 0 ] ,
120
- [ "Grand Theft Auto" , [ "Da Shootaz" ] , 1997 , 0 , 0 ] ,
121
- [ "Rubber Tip" , [ "Funky BJs" ] , 2001 , 0 , 0 ]
116
+ [ "Bump To The Music" , [ "Fatamarse" ] , 2001 , 74 , 333 ] ,
117
+ [ "Feels Like I Just Can't Take No More" , [ "April's In Paris" ] , 2001 , 333 , 530 ] ,
118
+ [ "Forever" , [ "Lucy" ] , 2001 , 530 , 748 ] ,
119
+ [ "Pray It Goes Ok?" , [ "Boyz 2 Girlz" ] , 2001 , 748 , 938 ] ,
120
+ [ "Grand Theft Auto" , [ "Da Shootaz" ] , 1997 , 938 , 1041 ] ,
121
+ [ "Rubber Tip" , [ "Funky BJs" ] , 2001 , 1041 , 1178 ] ,
122
122
] ) ;
123
123
}
124
124
}
125
125
126
126
export class GameRadioFM extends Station {
127
127
name = "Game Radio FM" ;
128
128
file = audioFile ( 'GAME.wav' ) ;
129
- icon = '/station-icons/iii/game-radio-fm.webp ' ;
129
+ icon = '/station-icons/iii/game-radio.png ' ;
130
130
131
131
constructor ( ) {
132
132
super ( [
133
133
[ "We're Live (Danger)" , [ "Royce Da 5'9\"" ] , 2001 , 0 , 0 ] ,
134
- [ "Nature Freestyle" , [ "Nature" ] , 2001 , 0 , 0 ] ,
135
- [ "JoJo Pellegrino Freestyle" , [ "JoJo Pellegrino" ] , 2001 , 0 , 0 ] ,
136
- [ "Spit Game" , [ "Royce Da 5'9\" & Pretty Ugly" ] , 2001 , 0 , 0 ] ,
137
- [ "I'm the King" , [ "Royce Da 5'9\"" ] , 1999 , 0 , 0 ] ,
138
- [ "By a Stranger" , [ "Black Rob" ] , 2000 , 0 , 0 ] ,
139
- [ "Rising to the Top" , [ "Agallah & Sean Price" ] , 2001 , 0 , 0 ]
134
+ [ "Nature Freestyle" , [ "Nature" ] , 2001 , 32 , 182 ] ,
135
+ [ "JoJo Pellegrino Freestyle" , [ "JoJo Pellegrino" ] , 2001 , 182 , 228 ] ,
136
+ [ "Spit Game" , [ "Royce Da 5'9\" & Pretty Ugly" ] , 2001 , 228 , 455 ] ,
137
+ [ "I'm the King" , [ "Royce Da 5'9\"" ] , 1999 , 455 , 715 ] ,
138
+ [ "By a Stranger" , [ "Black Rob" ] , 2000 , 715 , 770 ] ,
139
+ [ "Rising to the Top" , [ "Agallah & Sean Price" ] , 2001 , 770 , 916 ] ,
140
140
] ) ;
141
141
}
142
142
}
143
143
144
144
export class ChatterboxFM extends Station {
145
145
name = "Chatterbox FM" ;
146
146
file = audioFile ( 'CHAT.wav' ) ;
147
- icon = '/station-icons/iii/chatterbox-fm.webp ' ;
147
+ icon = '/station-icons/iii/chatterbox.svg ' ;
148
148
149
149
constructor ( ) {
150
150
super ( [
@@ -193,8 +193,8 @@ export function getStations(): Station[] {
193
193
new KJAHRadio ,
194
194
new RiseFM ,
195
195
new MSXFM ,
196
- // new GameRadioFM ,
197
- // new Lips106 ,
196
+ new Lips106 ,
197
+ new GameRadioFM ,
198
198
] ;
199
199
}
200
200
0 commit comments