예제 #1
0
        public void SetUp()
        {
            var session = OfflineDeezerSession.WithoutAuthentication();

            _radio  = session.Library.Radio;
            _server = session.MessageHandler;
        }
예제 #2
0
        public void SetUp()
        {
            var session = OfflineDeezerSession.WithoutAuthentication();

            _charts = session.Library.Browse.Charts;
            _server = session.MessageHandler;
        }