Commit 44d437fe authored by Filippo Carone's avatar Filippo Carone

jvlc: fix LibVlcState enum to reflect native states

parent 59fc50a8
......@@ -34,8 +34,6 @@ public enum LibVlcState
libvlc_Playing, // 3
libvlc_Paused, // 4
libvlc_Stopped, // 5
libvlc_Forward, // 6
libvlc_Backward, // 7
libvlc_Ended, // 8
libvlc_Error; // 9
libvlc_Ended, // 6
libvlc_Error; // 7
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment