added app and tv systems
This commit is contained in:
19
src/app.rs
Normal file
19
src/app.rs
Normal file
@ -0,0 +1,19 @@
|
||||
// enum used when a certain TV app is being used
|
||||
enum ActiveApp {
|
||||
Netflix,
|
||||
Hulu,
|
||||
AmazonPrime,
|
||||
Pandora,
|
||||
Spotify,
|
||||
Crunchyroll,
|
||||
Funimation,
|
||||
VRV,
|
||||
}
|
||||
|
||||
// enum used to select what kind of TV you are using
|
||||
enum TV {
|
||||
Roku,
|
||||
Android,
|
||||
Samsung,
|
||||
Amazon,
|
||||
}
|
0
src/config.rs
Normal file
0
src/config.rs
Normal file
1
src/generate.rs
Normal file
1
src/generate.rs
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user