Initial commit, plays any stream on OKS, avoids trying to play non-live streams

This commit is contained in:
Darren VanBuren 2020-02-11 02:41:41 -08:00
commit 279b9c5d5f
58 changed files with 1350 additions and 0 deletions

2
settings.gradle Normal file
View file

@ -0,0 +1,2 @@
include ':app'
rootProject.name='OKS Streams'